Uses of Class
com.foxinmy.weixin4j.payment.mch.RefundResult
-
Packages that use RefundResult Package Description com.foxinmy.weixin4j.api com.foxinmy.weixin4j.payment -
-
Uses of RefundResult in com.foxinmy.weixin4j.api
Methods in com.foxinmy.weixin4j.api that return RefundResult Modifier and Type Method Description RefundResult
PayApi. applyRefund(IdQuery idQuery, String outRefundNo, double totalFee)
Deprecated.退款申请(全额退款)RefundResult
PayApi. applyRefund(IdQuery idQuery, String outRefundNo, double totalFee, double refundFee, CurrencyType refundFeeType, String opUserId, String refundDesc, RefundAccountType refundAccountType)
Deprecated.申请退款(请求需要双向证书) -
Uses of RefundResult in com.foxinmy.weixin4j.payment
Methods in com.foxinmy.weixin4j.payment that return RefundResult Modifier and Type Method Description RefundResult
WeixinPayProxy. applyRefund(IdQuery idQuery, String outRefundNo, double totalFee)
Deprecated.申请退款RefundResult
WeixinPayProxy. applyRefund(IdQuery idQuery, String outRefundNo, double totalFee, double refundFee, CurrencyType refundFeeType, String opUserId, String refundDesc, RefundAccountType refundAccountType)
Deprecated.申请退款
-