| Package | Description |
|---|---|
| com.xero.models.accounting |
| Modifier and Type | Method and Description |
|---|---|
static PaymentTermType |
PaymentTermType.fromValue(String value) |
PaymentTermType |
Bill.getType()
Get type
|
static PaymentTermType |
PaymentTermType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PaymentTermType[] |
PaymentTermType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Bill.setType(PaymentTermType type) |
Bill |
Bill.type(PaymentTermType type) |
Copyright © 2019. All rights reserved.