public class CreateCustomerRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
creator
This parameter is required.
|
String |
description
example:
abc
|
String |
drawerEmail
example:
www.abc.com
|
String |
drawerTelephone
example:
12345678901
|
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
|
| 构造器和说明 |
|---|
CreateCustomerRequest() |
@NameInMap(value="creator") public String creator
This parameter is required.
example:55001121
@NameInMap(value="description") public String description
abc
@NameInMap(value="drawerEmail") public String drawerEmail
@NameInMap(value="drawerTelephone") public String drawerTelephone
12345678901
@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 static CreateCustomerRequest build(Map<String,?> map) throws Exception
Exceptionpublic CreateCustomerRequest setCreator(String creator)
public String getCreator()
public CreateCustomerRequest setDescription(String description)
public String getDescription()
public CreateCustomerRequest setDrawerEmail(String drawerEmail)
public String getDrawerEmail()
public CreateCustomerRequest setDrawerTelephone(String drawerTelephone)
public String getDrawerTelephone()
public CreateCustomerRequest setName(String name)
public String getName()
public CreateCustomerRequest setPurchaserAccount(String purchaserAccount)
public String getPurchaserAccount()
public CreateCustomerRequest setPurchaserAddress(String purchaserAddress)
public String getPurchaserAddress()
public CreateCustomerRequest setPurchaserBankName(String purchaserBankName)
public String getPurchaserBankName()
public CreateCustomerRequest setPurchaserName(String purchaserName)
public String getPurchaserName()
public CreateCustomerRequest setPurchaserTaxNo(String purchaserTaxNo)
public String getPurchaserTaxNo()
public CreateCustomerRequest setPurchaserTel(String purchaserTel)
public String getPurchaserTel()
Copyright © 2025. All rights reserved.