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