Uses of Class
com.xero.models.accounting.RepeatingInvoice.TypeEnum
-
Packages that use RepeatingInvoice.TypeEnum Package Description com.xero.models.accounting -
-
Uses of RepeatingInvoice.TypeEnum in com.xero.models.accounting
Methods in com.xero.models.accounting that return RepeatingInvoice.TypeEnum Modifier and Type Method Description static RepeatingInvoice.TypeEnumRepeatingInvoice.TypeEnum. fromValue(String value)fromValueRepeatingInvoice.TypeEnumRepeatingInvoice. getType()See Invoice Typesstatic RepeatingInvoice.TypeEnumRepeatingInvoice.TypeEnum. valueOf(String name)Returns 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.TypeEnum Modifier and Type Method Description voidRepeatingInvoice. setType(RepeatingInvoice.TypeEnum type)See Invoice TypesRepeatingInvoiceRepeatingInvoice. type(RepeatingInvoice.TypeEnum type)See Invoice Types
-