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