Uses of Enum
com.xero.models.accounting.RepeatingInvoice.StatusEnum
Packages that use RepeatingInvoice.StatusEnum
-
Uses of RepeatingInvoice.StatusEnum in com.xero.models.accounting
Methods in com.xero.models.accounting that return RepeatingInvoice.StatusEnumModifier and TypeMethodDescriptionstatic RepeatingInvoice.StatusEnumfromValueRepeatingInvoice.getStatus()One of the following - DRAFT or AUTHORISED – See Invoice Status Codesstatic RepeatingInvoice.StatusEnumReturns 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.StatusEnumModifier and TypeMethodDescriptionvoidRepeatingInvoice.setStatus(RepeatingInvoice.StatusEnum status) One of the following - DRAFT or AUTHORISED – See Invoice Status CodesRepeatingInvoice.status(RepeatingInvoice.StatusEnum status) One of the following - DRAFT or AUTHORISED – See Invoice Status Codes