Uses of Class
com.foxinmy.weixin4j.type.mch.RefundAccountType
-
Packages that use RefundAccountType Package Description com.foxinmy.weixin4j.api com.foxinmy.weixin4j.payment com.foxinmy.weixin4j.type.mch -
-
Uses of RefundAccountType in com.foxinmy.weixin4j.api
Methods in com.foxinmy.weixin4j.api with parameters of type RefundAccountType Modifier and Type Method Description RefundResult
PayApi. applyRefund(IdQuery idQuery, String outRefundNo, double totalFee, double refundFee, CurrencyType refundFeeType, String opUserId, String refundDesc, RefundAccountType refundAccountType)
Deprecated.申请退款(请求需要双向证书) -
Uses of RefundAccountType in com.foxinmy.weixin4j.payment
Methods in com.foxinmy.weixin4j.payment with parameters of type RefundAccountType Modifier and Type Method Description RefundResult
WeixinPayProxy. applyRefund(IdQuery idQuery, String outRefundNo, double totalFee, double refundFee, CurrencyType refundFeeType, String opUserId, String refundDesc, RefundAccountType refundAccountType)
Deprecated.申请退款 -
Uses of RefundAccountType in com.foxinmy.weixin4j.type.mch
Methods in com.foxinmy.weixin4j.type.mch that return RefundAccountType Modifier and Type Method Description static RefundAccountType
RefundAccountType. valueOf(String name)
Deprecated.Returns the enum constant of this type with the specified name.static RefundAccountType[]
RefundAccountType. values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
-