public class PushRbbCustomerInformationRequest
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
String |
account |
String |
authToken |
String |
businessPartner |
String |
companyName |
String |
creditCode |
String |
idCard |
String |
name |
String |
password |
String |
phoneNumber |
String |
productInstanceId |
String |
productSide |
| Constructor and Description |
|---|
PushRbbCustomerInformationRequest() |
@NameInMap(value="auth_token") public String authToken
@NameInMap(value="product_instance_id") public String productInstanceId
@NameInMap(value="credit_code") @Validation(required=true) public String creditCode
@NameInMap(value="company_name") @Validation(required=true) public String companyName
@NameInMap(value="name") @Validation(required=true) public String name
@NameInMap(value="id_card") @Validation(required=true) public String idCard
@NameInMap(value="phone_number") @Validation(required=true) public String phoneNumber
@NameInMap(value="business_partner") @Validation(required=true) public String businessPartner
@NameInMap(value="product_side") @Validation(required=true) public String productSide
@NameInMap(value="account") @Validation(required=true) public String account
@NameInMap(value="password") @Validation(required=true) public String password
public static PushRbbCustomerInformationRequest build(Map<String,?> map) throws Exception
Exceptionpublic PushRbbCustomerInformationRequest setAuthToken(String authToken)
public String getAuthToken()
public PushRbbCustomerInformationRequest setProductInstanceId(String productInstanceId)
public String getProductInstanceId()
public PushRbbCustomerInformationRequest setCreditCode(String creditCode)
public String getCreditCode()
public PushRbbCustomerInformationRequest setCompanyName(String companyName)
public String getCompanyName()
public PushRbbCustomerInformationRequest setName(String name)
public String getName()
public PushRbbCustomerInformationRequest setIdCard(String idCard)
public String getIdCard()
public PushRbbCustomerInformationRequest setPhoneNumber(String phoneNumber)
public String getPhoneNumber()
public PushRbbCustomerInformationRequest setBusinessPartner(String businessPartner)
public String getBusinessPartner()
public PushRbbCustomerInformationRequest setProductSide(String productSide)
public String getProductSide()
public PushRbbCustomerInformationRequest setAccount(String account)
public String getAccount()
public PushRbbCustomerInformationRequest setPassword(String password)
public String getPassword()
Copyright © 2025. All rights reserved.