|
|
@@ -89,7 +89,7 @@ public class WxPayApplyment4SubCreateRequest implements Serializable { |
|
|
|
* 示例值:LEGAL |
|
|
|
*/ |
|
|
|
@SerializedName("contact_type") |
|
|
|
private String contactType; |
|
|
|
private ContactTypeEnum contactType; |
|
|
|
|
|
|
|
/** |
|
|
|
* 超级管理员姓名 |
|
|
@@ -112,7 +112,7 @@ public class WxPayApplyment4SubCreateRequest implements Serializable { |
|
|
|
* 示例值:IDENTIFICATION_TYPE_IDCARD |
|
|
|
*/ |
|
|
|
@SerializedName("contact_id_doc_type") |
|
|
|
private String contactIdDocType; |
|
|
|
private IdTypeEnum contactIdDocType; |
|
|
|
|
|
|
|
/** |
|
|
|
* 超级管理员身份证件号码 |
|
|
|