| Package | Description |
|---|---|
| com.xero.models.accounting |
| Modifier and Type | Method and Description |
|---|---|
static RepeatingInvoice.StatusEnum |
RepeatingInvoice.StatusEnum.fromValue(String text) |
RepeatingInvoice.StatusEnum |
RepeatingInvoice.getStatus()
One of the following - DRAFT or AUTHORISED – See Invoice Status Codes
|
static RepeatingInvoice.StatusEnum |
RepeatingInvoice.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RepeatingInvoice.setStatus(RepeatingInvoice.StatusEnum status) |
RepeatingInvoice |
RepeatingInvoice.status(RepeatingInvoice.StatusEnum status) |
Copyright © 2018. All rights reserved.