public class ApplyDubbridgeCustomerAgreementsignRequest
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
String |
authToken |
String |
cardNo |
String |
channelCode |
String |
customName |
String |
customNo |
String |
fundCode |
String |
idType |
String |
orderNo |
String |
orgCode |
String |
productInstanceId |
String |
projectCode |
| Constructor and Description |
|---|
ApplyDubbridgeCustomerAgreementsignRequest() |
@NameInMap(value="auth_token") public String authToken
@NameInMap(value="product_instance_id") public String productInstanceId
@NameInMap(value="order_no") @Validation(required=true) public String orderNo
@NameInMap(value="custom_no") @Validation(required=true) public String customNo
@NameInMap(value="custom_name") @Validation(required=true) public String customName
@NameInMap(value="card_no") @Validation(required=true) public String cardNo
@NameInMap(value="id_type") public String idType
@NameInMap(value="fund_code") public String fundCode
@NameInMap(value="channel_code") public String channelCode
@NameInMap(value="project_code") public String projectCode
@NameInMap(value="org_code") public String orgCode
public ApplyDubbridgeCustomerAgreementsignRequest()
public static ApplyDubbridgeCustomerAgreementsignRequest build(Map<String,?> map) throws Exception
Exceptionpublic ApplyDubbridgeCustomerAgreementsignRequest setAuthToken(String authToken)
public String getAuthToken()
public ApplyDubbridgeCustomerAgreementsignRequest setProductInstanceId(String productInstanceId)
public String getProductInstanceId()
public ApplyDubbridgeCustomerAgreementsignRequest setOrderNo(String orderNo)
public String getOrderNo()
public ApplyDubbridgeCustomerAgreementsignRequest setCustomNo(String customNo)
public String getCustomNo()
public ApplyDubbridgeCustomerAgreementsignRequest setCustomName(String customName)
public String getCustomName()
public ApplyDubbridgeCustomerAgreementsignRequest setCardNo(String cardNo)
public String getCardNo()
public ApplyDubbridgeCustomerAgreementsignRequest setIdType(String idType)
public String getIdType()
public ApplyDubbridgeCustomerAgreementsignRequest setFundCode(String fundCode)
public String getFundCode()
public ApplyDubbridgeCustomerAgreementsignRequest setChannelCode(String channelCode)
public String getChannelCode()
public ApplyDubbridgeCustomerAgreementsignRequest setProjectCode(String projectCode)
public String getProjectCode()
public ApplyDubbridgeCustomerAgreementsignRequest setOrgCode(String orgCode)
public String getOrgCode()
Copyright © 2025. All rights reserved.