|
|
@@ -418,7 +418,7 @@ public class WxPayApplyment4SubCreateRequest implements Serializable { |
|
|
|
* 证件持有人类型 |
|
|
|
*/ |
|
|
|
@SerializedName("id_holder_type") |
|
|
|
private IdTypeEnum idHolderType; |
|
|
|
private IdHolderEnum idHolderType; |
|
|
|
|
|
|
|
/** |
|
|
|
* 证件类型 |
|
|
@@ -430,7 +430,7 @@ public class WxPayApplyment4SubCreateRequest implements Serializable { |
|
|
|
* 法定代表人说明函 |
|
|
|
*/ |
|
|
|
@SerializedName("authorize_letter_copy") |
|
|
|
private IdTypeEnum authorizeLetterCopy; |
|
|
|
private String authorizeLetterCopy; |
|
|
|
|
|
|
|
/** |
|
|
|
* 身份证信息 |
|
|
@@ -534,9 +534,9 @@ public class WxPayApplyment4SubCreateRequest implements Serializable { |
|
|
|
/** |
|
|
|
* 身份证居住地址 |
|
|
|
*/ |
|
|
|
@SerializedName("id_card_address") |
|
|
|
@SerializedName("id_doc_address") |
|
|
|
@SpecEncrypt |
|
|
|
private String idCardAddress; |
|
|
|
private String idDocAddress; |
|
|
|
/** |
|
|
|
* 证件有效期开始时间 |
|
|
|
*/ |
|
|
|