Uses of Class
com.xero.models.accounting.Address
Packages that use Address
-
Uses of Address in com.xero.models.accounting
Methods in com.xero.models.accounting that return AddressModifier and TypeMethodDescriptionAddress.addressLine1(String addressLine1) max length = 500Address.addressLine2(String addressLine2) max length = 500Address.addressLine3(String addressLine3) max length = 500Address.addressLine4(String addressLine4) max length = 500Address.addressType(Address.AddressTypeEnum addressType) define the type of addressAddress.attentionTo(String attentionTo) max length = 255max length = 255max length = 50, [A-Z], [a-z] onlyAddress.postalCode(String postalCode) max length = 50max length = 255Methods in com.xero.models.accounting that return types with arguments of type AddressModifier and TypeMethodDescriptionContact.getAddresses()Store certain address types for a contact – see address typesMethods in com.xero.models.accounting with parameters of type AddressModifier and TypeMethodDescriptionContact.addAddressesItem(Address addressesItem) Store certain address types for a contact – see address typesMethod parameters in com.xero.models.accounting with type arguments of type Address