File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/customs Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ public class DeclarationRequest implements Serializable {
116
116
* </pre>
117
117
*/
118
118
@ SerializedName (value = "duty" )
119
- private String duty ;
119
+ private Integer duty ;
120
120
121
121
/**
122
122
* <pre>
@@ -159,7 +159,7 @@ public class DeclarationRequest implements Serializable {
159
159
* </pre>
160
160
*/
161
161
@ SerializedName (value = "order_fee" )
162
- private String orderFee ;
162
+ private Integer orderFee ;
163
163
164
164
/**
165
165
* <pre>
@@ -173,7 +173,7 @@ public class DeclarationRequest implements Serializable {
173
173
* </pre>
174
174
*/
175
175
@ SerializedName (value = "transport_fee" )
176
- private String transportFee ;
176
+ private Integer transportFee ;
177
177
178
178
/**
179
179
* <pre>
@@ -187,5 +187,5 @@ public class DeclarationRequest implements Serializable {
187
187
* </pre>
188
188
*/
189
189
@ SerializedName (value = "product_fee" )
190
- private String productFee ;
190
+ private Integer productFee ;
191
191
}
You can’t perform that action at this time.
0 commit comments