Uses of Class
com.xero.models.accounting.RepeatingInvoice.StatusEnum
-
Packages that use RepeatingInvoice.StatusEnum Package Description com.xero.models.accounting -
-
Uses of RepeatingInvoice.StatusEnum in com.xero.models.accounting
Methods in com.xero.models.accounting that return RepeatingInvoice.StatusEnum Modifier and Type Method Description static RepeatingInvoice.StatusEnumRepeatingInvoice.StatusEnum. fromValue(String value)fromValueRepeatingInvoice.StatusEnumRepeatingInvoice. getStatus()One of the following - DRAFT or AUTHORISED – See Invoice Status Codesstatic RepeatingInvoice.StatusEnumRepeatingInvoice.StatusEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static RepeatingInvoice.StatusEnum[]RepeatingInvoice.StatusEnum. 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.StatusEnum Modifier and Type Method Description voidRepeatingInvoice. setStatus(RepeatingInvoice.StatusEnum status)One of the following - DRAFT or AUTHORISED – See Invoice Status CodesRepeatingInvoiceRepeatingInvoice. status(RepeatingInvoice.StatusEnum status)One of the following - DRAFT or AUTHORISED – See Invoice Status Codes
-