| Package | Description |
|---|---|
| com.xero.models.accounting |
| Modifier and Type | Method and Description |
|---|---|
static AccountType |
AccountType.fromValue(String value) |
AccountType |
JournalLine.getAccountType()
Get accountType
|
AccountType |
Account.getType()
Get type
|
static AccountType |
AccountType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccountType[] |
AccountType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
JournalLine |
JournalLine.accountType(AccountType accountType) |
void |
JournalLine.setAccountType(AccountType accountType) |
void |
Account.setType(AccountType type) |
Account |
Account.type(AccountType type) |
Copyright © 2019. All rights reserved.