We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9de8759 commit d427f0cCopy full SHA for d427f0c
1 file changed
weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/request/WxPayPartnerRefundV3Request.java
@@ -43,22 +43,4 @@ public class WxPayPartnerRefundV3Request extends WxPayRefundV3Request implements
43
*/
44
@SerializedName(value = "sub_appid")
45
private String subAppid;
46
- /**
47
- * <pre>
48
- * 字段名:退款资金来源
49
- * 变量名:funds_account
50
- * 是否必填:否
51
- * 类型:string[1, 32]
52
- * 描述:
53
- * 若传递此参数则使用对应的资金账户退款,否则默认使用未结算资金退款(仅对老资金流商户适用)
54
- * 示例值:
55
- * UNSETTLED : 未结算资金
56
- * AVAILABLE : 可用余额
57
- * UNAVAILABLE : 不可用余额
58
- * OPERATION : 运营户
59
- * BASIC : 基本账户(含可用余额和不可用余额)
60
- * </pre>
61
- */
62
- @SerializedName(value = "funds_account")
63
- private String fundsAccount;
64
}
0 commit comments