public static class BatchCreateCustomerRequest.BatchCreateCustomerRequestCreateCustomerRequestList
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
description
example:
abc
|
String |
drawerEmail
example:
www.abc.com
|
String |
drawerTelephone
example:
1234567890
|
String |
name
This parameter is required.
|
String |
purchaserAccount
example:
abc
|
String |
purchaserAddress
example:
杭州市
|
String |
purchaserBankName
example:
建行
|
String |
purchaserName
example:
李四
|
String |
purchaserTaxNo
example:
1333
|
String |
purchaserTel
example:
13333333333
|
| 构造器和说明 |
|---|
BatchCreateCustomerRequestCreateCustomerRequestList() |
@NameInMap(value="description") public String description
abc
@NameInMap(value="drawerEmail") public String drawerEmail
@NameInMap(value="drawerTelephone") public String drawerTelephone
1234567890
@NameInMap(value="name") public String name
This parameter is required.
example:张三
@NameInMap(value="purchaserAccount") public String purchaserAccount
abc
@NameInMap(value="purchaserAddress") public String purchaserAddress
杭州市
@NameInMap(value="purchaserBankName") public String purchaserBankName
建行
@NameInMap(value="purchaserName") public String purchaserName
李四
@NameInMap(value="purchaserTaxNo") public String purchaserTaxNo
1333
@NameInMap(value="purchaserTel") public String purchaserTel
13333333333
public BatchCreateCustomerRequestCreateCustomerRequestList()
public static BatchCreateCustomerRequest.BatchCreateCustomerRequestCreateCustomerRequestList build(Map<String,?> map) throws Exception
Exceptionpublic BatchCreateCustomerRequest.BatchCreateCustomerRequestCreateCustomerRequestList setDescription(String description)
public String getDescription()
public BatchCreateCustomerRequest.BatchCreateCustomerRequestCreateCustomerRequestList setDrawerEmail(String drawerEmail)
public String getDrawerEmail()
public BatchCreateCustomerRequest.BatchCreateCustomerRequestCreateCustomerRequestList setDrawerTelephone(String drawerTelephone)
public String getDrawerTelephone()
public BatchCreateCustomerRequest.BatchCreateCustomerRequestCreateCustomerRequestList setName(String name)
public String getName()
public BatchCreateCustomerRequest.BatchCreateCustomerRequestCreateCustomerRequestList setPurchaserAccount(String purchaserAccount)
public String getPurchaserAccount()
public BatchCreateCustomerRequest.BatchCreateCustomerRequestCreateCustomerRequestList setPurchaserAddress(String purchaserAddress)
public String getPurchaserAddress()
public BatchCreateCustomerRequest.BatchCreateCustomerRequestCreateCustomerRequestList setPurchaserBankName(String purchaserBankName)
public String getPurchaserBankName()
public BatchCreateCustomerRequest.BatchCreateCustomerRequestCreateCustomerRequestList setPurchaserName(String purchaserName)
public String getPurchaserName()
public BatchCreateCustomerRequest.BatchCreateCustomerRequestCreateCustomerRequestList setPurchaserTaxNo(String purchaserTaxNo)
public String getPurchaserTaxNo()
public BatchCreateCustomerRequest.BatchCreateCustomerRequestCreateCustomerRequestList setPurchaserTel(String purchaserTel)
public String getPurchaserTel()
Copyright © 2025. All rights reserved.