#663 微信支付申请退款结果WxPayRefundResult增加字段coupon_refund_fee

This commit is contained in:
Binary Wang 2018-07-07 21:05:59 +08:00
parent 40a6c2caa9
commit 0678e22e4e

View File

@ -101,6 +101,19 @@ public class WxPayRefundResult extends BaseWxPayResult implements Serializable {
@XStreamAlias("coupon_refund_count")
private Integer couponRefundCount;
/**
* <pre>
* 字段名代金券退款总金额.
* 变量名coupon_refund_fee
* 是否必填
* 类型Int
* 示例值100
* 描述代金券退款金额<=退款金额退款金额-代金券或立减优惠退款金额为现金说明详见代金券或立减优惠
* </pre>
*/
@XStreamAlias("coupon_refund_fee")
private Integer couponRefundFee;
private List<WxPayRefundCouponInfo> refundCoupons;
/**