public class CardInfo
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
CardInfo() |
| 限定符和类型 | 方法和说明 |
|---|---|
static CardInfo |
build(Map<String,?> map) |
String |
getAccountBranchName() |
String |
getAccountHolderName() |
String |
getAccountInstCity() |
String |
getAccountInstId() |
String |
getAccountInstName() |
String |
getAccountInstProvince() |
String |
getAccountNo() |
String |
getBankCode() |
String |
getUsageType() |
CardInfo |
setAccountBranchName(String accountBranchName) |
CardInfo |
setAccountHolderName(String accountHolderName) |
CardInfo |
setAccountInstCity(String accountInstCity) |
CardInfo |
setAccountInstId(String accountInstId) |
CardInfo |
setAccountInstName(String accountInstName) |
CardInfo |
setAccountInstProvince(String accountInstProvince) |
CardInfo |
setAccountNo(String accountNo) |
CardInfo |
setBankCode(String bankCode) |
CardInfo |
setUsageType(String usageType) |
@NameInMap(value="account_holder_name") @Validation(required=true) public String accountHolderName
@NameInMap(value="account_no") @Validation(required=true) public String accountNo
@NameInMap(value="account_inst_name") @Validation(required=true) public String accountInstName
@NameInMap(value="account_inst_id") @Validation(required=true) public String accountInstId
@NameInMap(value="usage_type") @Validation(required=true) public String usageType
@NameInMap(value="bank_code") public String bankCode
@NameInMap(value="account_inst_province") @Validation(required=true) public String accountInstProvince
@NameInMap(value="account_inst_city") @Validation(required=true) public String accountInstCity
@NameInMap(value="account_branch_name") @Validation(required=true) public String accountBranchName
public String getAccountHolderName()
public String getAccountNo()
public String getAccountInstName()
public String getAccountInstId()
public String getUsageType()
public String getBankCode()
public String getAccountInstProvince()
public String getAccountInstCity()
public String getAccountBranchName()
Copyright © 2021. All rights reserved.