| Package | Description |
|---|---|
| com.xero.models.accounting |
| Modifier and Type | Method and Description |
|---|---|
static Account.TypeEnum |
Account.TypeEnum.fromValue(String text) |
Account.TypeEnum |
Account.getType()
See Account Types
|
static Account.TypeEnum |
Account.TypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Account.TypeEnum[] |
Account.TypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Account.setType(Account.TypeEnum type) |
Account |
Account.type(Account.TypeEnum type) |
Copyright © 2018. All rights reserved.