mirror of
				https://gitee.com/binary/weixin-java-tools.git
				synced 2025-10-31 18:46:10 +08:00 
			
		
		
		
	#663 微信支付申请退款结果WxPayRefundResult增加字段coupon_refund_fee
This commit is contained in:
		| @ -101,6 +101,19 @@ public class WxPayRefundResult extends BaseWxPayResult implements Serializable { | |||||||
|   @XStreamAlias("coupon_refund_count") |   @XStreamAlias("coupon_refund_count") | ||||||
|   private Integer couponRefundCount; |   private Integer couponRefundCount; | ||||||
|  |  | ||||||
|  |   /** | ||||||
|  |    * <pre> | ||||||
|  |    * 字段名:代金券退款总金额. | ||||||
|  |    * 变量名:coupon_refund_fee | ||||||
|  |    * 是否必填:否 | ||||||
|  |    * 类型:Int | ||||||
|  |    * 示例值:100 | ||||||
|  |    * 描述:代金券退款金额<=退款金额,退款金额-代金券或立减优惠退款金额为现金,说明详见代金券或立减优惠 | ||||||
|  |    * </pre> | ||||||
|  |    */ | ||||||
|  |   @XStreamAlias("coupon_refund_fee") | ||||||
|  |   private Integer couponRefundFee; | ||||||
|  |  | ||||||
|   private List<WxPayRefundCouponInfo> refundCoupons; |   private List<WxPayRefundCouponInfo> refundCoupons; | ||||||
|  |  | ||||||
|   /** |   /** | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user
	 Binary Wang
					Binary Wang