| Package | Description |
|---|---|
| com.xero.models.accounting |
| Modifier and Type | Method and Description |
|---|---|
static Overpayment.TypeEnum |
Overpayment.TypeEnum.fromValue(String text) |
Overpayment.TypeEnum |
Overpayment.getType()
See Overpayment Types
|
static Overpayment.TypeEnum |
Overpayment.TypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Overpayment.TypeEnum[] |
Overpayment.TypeEnum.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.setType(Overpayment.TypeEnum type) |
Overpayment |
Overpayment.type(Overpayment.TypeEnum type) |
Copyright © 2019. All rights reserved.