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