We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2887c1e commit b1a3552Copy full SHA for b1a3552
weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/result/WxPayRefundResult.java
@@ -90,10 +90,10 @@ public class WxPayRefundResult extends BaseWxPayResult implements Serializable {
90
private String cashFeeType;
91
92
/**
93
- * 现金退款金额.
+ * 现金退款金额,单位为分,只能为整数,详见支付金额.
94
*/
95
@XStreamAlias("cash_refund_fee")
96
- private String cashRefundFee;
+ private Integer cashRefundFee;
97
98
99
* 退款代金券使用数量.
0 commit comments