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 77b9062 commit 9a6db34Copy full SHA for 9a6db34
weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/ecommerce/ReturnOrdersRequest.java
@@ -118,4 +118,18 @@ public class ReturnOrdersRequest implements Serializable {
118
*/
119
@SerializedName(value = "description")
120
private String description;
121
+
122
+ /**
123
+ * <pre>
124
+ * 字段名:微信订单号
125
+ * 变量名:transaction_id
126
+ * 是否必填:否
127
+ * 类型:string(32)
128
+ * 描述:
129
+ * 微信支付订单号,大于6个月的订单,必填
130
+ * 示例值:4208450740201411110007820472
131
+ * </pre>
132
+ */
133
+ @SerializedName(value = "transaction_id")
134
+ private String transactionId;
135
}
0 commit comments