public class SettleCardInfo extends AlipayObject
Constructor and Description |
---|
SettleCardInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getAccountBranchName()
Gets account branch name.
|
String |
getAccountHolderName()
Gets account holder name.
|
String |
getAccountInstCity()
Gets account inst city.
|
String |
getAccountInstId()
Gets account inst id.
|
String |
getAccountInstName()
Gets account inst name.
|
String |
getAccountInstProvince()
Gets account inst province.
|
String |
getAccountNo()
Gets account no.
|
String |
getAccountType()
Gets account type.
|
String |
getBankCode()
Gets bank code.
|
String |
getUsageType()
Gets usage type.
|
void |
setAccountBranchName(String accountBranchName)
Sets account branch name.
|
void |
setAccountHolderName(String accountHolderName)
Sets account holder name.
|
void |
setAccountInstCity(String accountInstCity)
Sets account inst city.
|
void |
setAccountInstId(String accountInstId)
Sets account inst id.
|
void |
setAccountInstName(String accountInstName)
Sets account inst name.
|
void |
setAccountInstProvince(String accountInstProvince)
Sets account inst province.
|
void |
setAccountNo(String accountNo)
Sets account no.
|
void |
setAccountType(String accountType)
Sets account type.
|
void |
setBankCode(String bankCode)
Sets bank code.
|
void |
setUsageType(String usageType)
Sets usage type.
|
public String getAccountBranchName()
public void setAccountBranchName(String accountBranchName)
accountBranchName
- the account branch namepublic String getAccountHolderName()
public void setAccountHolderName(String accountHolderName)
accountHolderName
- the account holder namepublic String getAccountInstCity()
public void setAccountInstCity(String accountInstCity)
accountInstCity
- the account inst citypublic String getAccountInstId()
public void setAccountInstId(String accountInstId)
accountInstId
- the account inst idpublic String getAccountInstName()
public void setAccountInstName(String accountInstName)
accountInstName
- the account inst namepublic String getAccountInstProvince()
public void setAccountInstProvince(String accountInstProvince)
accountInstProvince
- the account inst provincepublic String getAccountNo()
public void setAccountNo(String accountNo)
accountNo
- the account nopublic String getAccountType()
public void setAccountType(String accountType)
accountType
- the account typepublic String getBankCode()
public void setBankCode(String bankCode)
bankCode
- the bank codepublic String getUsageType()
public void setUsageType(String usageType)
usageType
- the usage typeCopyright © 2018. All rights reserved.