| Package | Description |
|---|---|
| com.xero.models.accounting |
| Modifier and Type | Method and Description |
|---|---|
static Organisation.SalesTaxBasisEnum |
Organisation.SalesTaxBasisEnum.fromValue(String value) |
Organisation.SalesTaxBasisEnum |
Organisation.getSalesTaxBasis()
The accounting basis used for tax returns.
|
static Organisation.SalesTaxBasisEnum |
Organisation.SalesTaxBasisEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Organisation.SalesTaxBasisEnum[] |
Organisation.SalesTaxBasisEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Organisation |
Organisation.salesTaxBasis(Organisation.SalesTaxBasisEnum salesTaxBasis) |
void |
Organisation.setSalesTaxBasis(Organisation.SalesTaxBasisEnum salesTaxBasis) |
Copyright © 2019. All rights reserved.