| Package | Description |
|---|---|
| com.xero.models.accounting |
| Modifier and Type | Method and Description |
|---|---|
static Address.AddressTypeEnum |
Address.AddressTypeEnum.fromValue(String value) |
Address.AddressTypeEnum |
Address.getAddressType()
define the type of address
|
static Address.AddressTypeEnum |
Address.AddressTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Address.AddressTypeEnum[] |
Address.AddressTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Address |
Address.addressType(Address.AddressTypeEnum addressType) |
void |
Address.setAddressType(Address.AddressTypeEnum addressType) |
Copyright © 2020. All rights reserved.