Uses of Class
com.foxinmy.weixin4j.mp.oldpayment.RefundResultV2
-
Packages that use RefundResultV2 Package Description com.foxinmy.weixin4j.mp.api -
-
Uses of RefundResultV2 in com.foxinmy.weixin4j.mp.api
Methods in com.foxinmy.weixin4j.mp.api that return RefundResultV2 Modifier and Type Method Description RefundResultV2
PayOldApi. applyRefund(InputStream certificate, com.foxinmy.weixin4j.type.IdQuery idQuery, String outRefundNo, double totalFee, double refundFee, String opUserId, String opUserPasswd)
退款申请RefundResultV2
PayOldApi. applyRefund(InputStream certificate, com.foxinmy.weixin4j.type.IdQuery idQuery, String outRefundNo, double totalFee, double refundFee, String opUserId, String opUserPasswd, String recvUserId, String reccvUserName, com.foxinmy.weixin4j.type.mch.RefundType refundType)
退款申请protected RefundResultV2
PayOldApi. applyRefund(InputStream certificate, com.foxinmy.weixin4j.type.IdQuery idQuery, String outRefundNo, double totalFee, double refundFee, String opUserId, Map<String,String> mopara)
申请退款(需要证书)
-