| Package | Description |
|---|---|
| com.xero.models.accounting |
| Modifier and Type | Method and Description |
|---|---|
static Account.BankAccountTypeEnum |
Account.BankAccountTypeEnum.fromValue(String value) |
Account.BankAccountTypeEnum |
Account.getBankAccountType()
For bank accounts only.
|
static Account.BankAccountTypeEnum |
Account.BankAccountTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Account.BankAccountTypeEnum[] |
Account.BankAccountTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Account |
Account.bankAccountType(Account.BankAccountTypeEnum bankAccountType) |
void |
Account.setBankAccountType(Account.BankAccountTypeEnum bankAccountType) |
Copyright © 2019. All rights reserved.