| Package | Description |
|---|---|
| com.xero.models.accounting |
| Modifier and Type | Method and Description |
|---|---|
static Organisation.PropertyClassEnum |
Organisation.PropertyClassEnum.fromValue(String value) |
Organisation.PropertyClassEnum |
Organisation.getPropertyClass()
Organisation Classes describe which plan the Xero organisation is on (e.g.
|
static Organisation.PropertyClassEnum |
Organisation.PropertyClassEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Organisation.PropertyClassEnum[] |
Organisation.PropertyClassEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Organisation |
Organisation.propertyClass(Organisation.PropertyClassEnum propertyClass) |
void |
Organisation.setPropertyClass(Organisation.PropertyClassEnum propertyClass) |
Copyright © 2019. All rights reserved.