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