| Package | Description |
|---|---|
| com.xero.models.accounting |
| Modifier and Type | Method and Description |
|---|---|
static Receipt.StatusEnum |
Receipt.StatusEnum.fromValue(String value) |
Receipt.StatusEnum |
Receipt.getStatus()
Current status of receipt – see status types
|
static Receipt.StatusEnum |
Receipt.StatusEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Receipt.StatusEnum[] |
Receipt.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 |
Receipt.setStatus(Receipt.StatusEnum status) |
Receipt |
Receipt.status(Receipt.StatusEnum status) |
Copyright © 2020. All rights reserved.