| Package | Description |
|---|---|
| com.xero.models.accounting |
| Modifier and Type | Method and Description |
|---|---|
static Invoice.StatusEnum |
Invoice.StatusEnum.fromValue(String value) |
Invoice.StatusEnum |
Invoice.getStatus()
See Invoice Status Codes
|
static Invoice.StatusEnum |
Invoice.StatusEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Invoice.StatusEnum[] |
Invoice.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 |
Invoice.setStatus(Invoice.StatusEnum status) |
Invoice |
Invoice.status(Invoice.StatusEnum status) |
Copyright © 2019. All rights reserved.