Uses of Class
com.foxinmy.weixin4j.payment.mch.RefundResult

Packages that use RefundResult
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
 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)
          申请退款(请求需要双向证书)
 

Uses of RefundResult in com.foxinmy.weixin4j.payment
 

Methods in com.foxinmy.weixin4j.payment that return RefundResult
 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)
          申请退款(请求需要双向证书)
 



Copyright © 2014–2017. All rights reserved.