| Package | Description |
|---|---|
| com.xero.models.accounting |
| Modifier and Type | Method and Description |
|---|---|
static TaxRate.TaxTypeEnum |
TaxRate.TaxTypeEnum.fromValue(String text) |
TaxRate.TaxTypeEnum |
TaxRate.getTaxType()
See Tax Types – can only be used on update calls
|
static TaxRate.TaxTypeEnum |
TaxRate.TaxTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaxRate.TaxTypeEnum[] |
TaxRate.TaxTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TaxRate.setTaxType(TaxRate.TaxTypeEnum taxType) |
TaxRate |
TaxRate.taxType(TaxRate.TaxTypeEnum taxType) |
Copyright © 2018. All rights reserved.