Skip to content

Commit 0678e22

Browse files
committed
binarywang#663 微信支付申请退款结果WxPayRefundResult增加字段coupon_refund_fee
1 parent 40a6c2c commit 0678e22

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/result/WxPayRefundResult.java

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,19 @@ public class WxPayRefundResult extends BaseWxPayResult implements Serializable {
101101
@XStreamAlias("coupon_refund_count")
102102
private Integer couponRefundCount;
103103

104+
/**
105+
* <pre>
106+
* 字段名:代金券退款总金额.
107+
* 变量名:coupon_refund_fee
108+
* 是否必填:否
109+
* 类型:Int
110+
* 示例值:100
111+
* 描述:代金券退款金额<=退款金额,退款金额-代金券或立减优惠退款金额为现金,说明详见代金券或立减优惠
112+
* </pre>
113+
*/
114+
@XStreamAlias("coupon_refund_fee")
115+
private Integer couponRefundFee;
116+
104117
private List<WxPayRefundCouponInfo> refundCoupons;
105118

106119
/**

0 commit comments

Comments
 (0)