| Package | Description |
|---|---|
| com.xero.models.accounting |
| Modifier and Type | Method and Description |
|---|---|
Address |
Address.addressLine1(String addressLine1) |
Address |
Address.addressLine2(String addressLine2) |
Address |
Address.addressLine3(String addressLine3) |
Address |
Address.addressLine4(String addressLine4) |
Address |
Address.addressType(Address.AddressTypeEnum addressType) |
Address |
Address.attentionTo(String attentionTo) |
Address |
Address.city(String city) |
Address |
Address.country(String country) |
Address |
Address.postalCode(String postalCode) |
Address |
Address.region(String region) |
| Modifier and Type | Method and Description |
|---|---|
List<Address> |
Organisation.getAddresses()
Address details for organisation – see Addresses
|
List<Address> |
Contact.getAddresses()
Store certain address types for a contact – see address types
|
| Modifier and Type | Method and Description |
|---|---|
Organisation |
Organisation.addAddressesItem(Address addressesItem) |
Contact |
Contact.addAddressesItem(Address addressesItem) |
| Modifier and Type | Method and Description |
|---|---|
Organisation |
Organisation.addresses(List<Address> addresses) |
Contact |
Contact.addresses(List<Address> addresses) |
void |
Organisation.setAddresses(List<Address> addresses) |
void |
Contact.setAddresses(List<Address> addresses) |
Copyright © 2019. All rights reserved.