Uses of Class
com.xero.models.accounting.Address
| Package | Description |
|---|---|
| com.xero.models.accounting |
-
Uses of Address in com.xero.models.accounting
Methods in com.xero.models.accounting that return Address Modifier and Type Method Description AddressAddress. addressLine1(String addressLine1)AddressAddress. addressLine2(String addressLine2)AddressAddress. addressLine3(String addressLine3)AddressAddress. addressLine4(String addressLine4)AddressAddress. addressType(Address.AddressTypeEnum addressType)AddressAddress. attentionTo(String attentionTo)AddressAddress. city(String city)AddressAddress. country(String country)AddressAddress. postalCode(String postalCode)AddressAddress. region(String region)Methods in com.xero.models.accounting that return types with arguments of type Address Modifier and Type Method Description List<Address>Contact. getAddresses()Store certain address types for a contact – see address typesList<Address>Organisation. getAddresses()Address details for organisation – see AddressesMethods in com.xero.models.accounting with parameters of type Address Modifier and Type Method Description ContactContact. addAddressesItem(Address addressesItem)OrganisationOrganisation. addAddressesItem(Address addressesItem)Method parameters in com.xero.models.accounting with type arguments of type Address Modifier and Type Method Description ContactContact. addresses(List<Address> addresses)OrganisationOrganisation. addresses(List<Address> addresses)voidContact. setAddresses(List<Address> addresses)voidOrganisation. setAddresses(List<Address> addresses)