Uses of Enum
com.xero.models.accounting.InvoiceAddress.InvoiceAddressTypeEnum
Packages that use InvoiceAddress.InvoiceAddressTypeEnum
-
Uses of InvoiceAddress.InvoiceAddressTypeEnum in com.xero.models.accounting
Methods in com.xero.models.accounting that return InvoiceAddress.InvoiceAddressTypeEnumModifier and TypeMethodDescriptionfromValueInvoiceAddress.getInvoiceAddressType()Indicates whether the address is defined as origin (FROM) or destination (TO)Returns the enum constant of this type with the specified name.InvoiceAddress.InvoiceAddressTypeEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.xero.models.accounting with parameters of type InvoiceAddress.InvoiceAddressTypeEnumModifier and TypeMethodDescriptionInvoiceAddress.invoiceAddressType(InvoiceAddress.InvoiceAddressTypeEnum invoiceAddressType) Indicates whether the address is defined as origin (FROM) or destination (TO)voidInvoiceAddress.setInvoiceAddressType(InvoiceAddress.InvoiceAddressTypeEnum invoiceAddressType) Indicates whether the address is defined as origin (FROM) or destination (TO)