| Package | Description |
|---|---|
| com.xero.models.accounting |
| Modifier and Type | Method and Description |
|---|---|
static Invoice.LineAmountTypesEnum |
Invoice.LineAmountTypesEnum.fromValue(String text) |
Invoice.LineAmountTypesEnum |
Invoice.getLineAmountTypes()
Line amounts are exclusive of tax by default if you don’t specify this element.
|
static Invoice.LineAmountTypesEnum |
Invoice.LineAmountTypesEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Invoice.LineAmountTypesEnum[] |
Invoice.LineAmountTypesEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Invoice |
Invoice.lineAmountTypes(Invoice.LineAmountTypesEnum lineAmountTypes) |
void |
Invoice.setLineAmountTypes(Invoice.LineAmountTypesEnum lineAmountTypes) |
Copyright © 2018. All rights reserved.