Uses of Class
com.xero.models.accounting.InvoiceAddress
Packages that use InvoiceAddress
-
Uses of InvoiceAddress in com.xero.models.accounting
Methods in com.xero.models.accounting that return InvoiceAddressModifier and TypeMethodDescriptionInvoiceAddress.addressLine1(String addressLine1) First line of a physical addressInvoiceAddress.addressLine2(String addressLine2) Second line of a physical addressInvoiceAddress.addressLine3(String addressLine3) Third line of a physical addressInvoiceAddress.addressLine4(String addressLine4) Fourth line of a physical addressCity of a physical addressCountry of a physical addressInvoiceAddress.invoiceAddressType(InvoiceAddress.InvoiceAddressTypeEnum invoiceAddressType) Indicates whether the address is defined as origin (FROM) or destination (TO)InvoiceAddress.postalCode(String postalCode) Postal code of a physical addressRegion or state of a physical addressMethods in com.xero.models.accounting that return types with arguments of type InvoiceAddressModifier and TypeMethodDescriptionCreditNote.getInvoiceAddresses()An array of addresses used to auto calculate sales taxInvoice.getInvoiceAddresses()An array of addresses used to auto calculate sales taxMethods in com.xero.models.accounting with parameters of type InvoiceAddressModifier and TypeMethodDescriptionCreditNote.addInvoiceAddressesItem(InvoiceAddress invoiceAddressesItem) An array of addresses used to auto calculate sales taxInvoice.addInvoiceAddressesItem(InvoiceAddress invoiceAddressesItem) An array of addresses used to auto calculate sales taxMethod parameters in com.xero.models.accounting with type arguments of type InvoiceAddressModifier and TypeMethodDescriptionCreditNote.invoiceAddresses(List<InvoiceAddress> invoiceAddresses) An array of addresses used to auto calculate sales taxInvoice.invoiceAddresses(List<InvoiceAddress> invoiceAddresses) An array of addresses used to auto calculate sales taxvoidCreditNote.setInvoiceAddresses(List<InvoiceAddress> invoiceAddresses) An array of addresses used to auto calculate sales taxvoidInvoice.setInvoiceAddresses(List<InvoiceAddress> invoiceAddresses) An array of addresses used to auto calculate sales tax