mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-04-05 17:38:05 +08:00
#663 微信支付申请退款结果WxPayRefundResult增加字段coupon_refund_fee
This commit is contained in:
parent
40a6c2caa9
commit
0678e22e4e
@ -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;
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user