| Package | Description |
|---|---|
| com.xero.models.accounting |
| Modifier and Type | Method and Description |
|---|---|
Phone |
Phone.phoneAreaCode(String phoneAreaCode) |
Phone |
Phone.phoneCountryCode(String phoneCountryCode) |
Phone |
Phone.phoneNumber(String phoneNumber) |
Phone |
Phone.phoneType(Phone.PhoneTypeEnum phoneType) |
| Modifier and Type | Method and Description |
|---|---|
List<Phone> |
Organisation.getPhones()
Phones details for organisation – see Phones
|
List<Phone> |
Contact.getPhones()
Store certain phone types for a contact – see phone types
|
| Modifier and Type | Method and Description |
|---|---|
Organisation |
Organisation.addPhonesItem(Phone phonesItem) |
Contact |
Contact.addPhonesItem(Phone phonesItem) |
| Modifier and Type | Method and Description |
|---|---|
Organisation |
Organisation.phones(List<Phone> phones) |
Contact |
Contact.phones(List<Phone> phones) |
void |
Organisation.setPhones(List<Phone> phones) |
void |
Contact.setPhones(List<Phone> phones) |
Copyright © 2020. All rights reserved.