public class Account extends AlipayObject
Constructor and Description |
---|
Account() |
Modifier and Type | Method and Description |
---|---|
String |
getAccountExt()
Gets account ext.
|
String |
getAccountName()
Gets account name.
|
String |
getAccountNo()
Gets account no.
|
String |
getAccountType()
Gets account type.
|
void |
setAccountExt(String accountExt)
Sets account ext.
|
void |
setAccountName(String accountName)
Sets account name.
|
void |
setAccountNo(String accountNo)
Sets account no.
|
void |
setAccountType(String accountType)
Sets account type.
|
public String getAccountExt()
public void setAccountExt(String accountExt)
accountExt
- the account extpublic String getAccountName()
public void setAccountName(String accountName)
accountName
- the account namepublic String getAccountNo()
public void setAccountNo(String accountNo)
accountNo
- the account nopublic String getAccountType()
public void setAccountType(String accountType)
accountType
- the account typeCopyright © 2018. All rights reserved.