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