Uses of Enum
com.xero.models.accounting.Invoice.TypeEnum
Packages that use Invoice.TypeEnum
-
Uses of Invoice.TypeEnum in com.xero.models.accounting
Methods in com.xero.models.accounting that return Invoice.TypeEnumModifier and TypeMethodDescriptionstatic Invoice.TypeEnumfromValueInvoice.getType()See Invoice Typesstatic Invoice.TypeEnumReturns the enum constant of this type with the specified name.static Invoice.TypeEnum[]Invoice.TypeEnum.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 Invoice.TypeEnumModifier and TypeMethodDescriptionvoidInvoice.setType(Invoice.TypeEnum type) See Invoice TypesInvoice.type(Invoice.TypeEnum type) See Invoice Types