| Package | Description |
|---|---|
| com.xero.models.accounting |
| Modifier and Type | Method and Description |
|---|---|
static CountryCode |
CountryCode.fromValue(String text) |
CountryCode |
Organisation.getCountryCode()
Get countryCode
|
static CountryCode |
CountryCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CountryCode[] |
CountryCode.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.countryCode(CountryCode countryCode) |
void |
Organisation.setCountryCode(CountryCode countryCode) |
Copyright © 2018. All rights reserved.