You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/applyment/WxPayApplyment4SubCreateRequest.java
+89Lines changed: 89 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -242,6 +242,13 @@ public static class SubjectInfo implements Serializable {
242
242
@SerializedName("certificate_letter_copy")
243
243
privateStringcertificateLetterCopy;
244
244
245
+
/**
246
+
* 小微辅助证明材料
247
+
* 主体类型为小微商户时,小微辅助证明材料必填
248
+
*/
249
+
@SerializedName("micro_biz_info")
250
+
privateMicroBizInfomicroBizInfo;
251
+
245
252
/**
246
253
* 金融机构许可证信息
247
254
*/
@@ -393,6 +400,88 @@ public static class FinanceInstitutionInfo implements Serializable {
0 commit comments