| Package | Description |
|---|---|
| com.xero.models.accounting |
| Modifier and Type | Method and Description |
|---|---|
static TaxType |
TaxType.fromValue(String text) |
TaxType |
Contact.getAccountsPayableTaxType()
Get accountsPayableTaxType
|
TaxType |
Contact.getAccountsReceivableTaxType()
Get accountsReceivableTaxType
|
TaxType |
JournalLine.getTaxType()
Get taxType
|
TaxType |
Account.getTaxType()
Get taxType
|
TaxType |
Purchase.getTaxType()
Get taxType
|
TaxType |
ManualJournalLine.getTaxType()
Get taxType
|
TaxType |
LineItem.getTaxType()
Get taxType
|
static TaxType |
TaxType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaxType[] |
TaxType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Contact |
Contact.accountsPayableTaxType(TaxType accountsPayableTaxType) |
Contact |
Contact.accountsReceivableTaxType(TaxType accountsReceivableTaxType) |
void |
Contact.setAccountsPayableTaxType(TaxType accountsPayableTaxType) |
void |
Contact.setAccountsReceivableTaxType(TaxType accountsReceivableTaxType) |
void |
JournalLine.setTaxType(TaxType taxType) |
void |
Account.setTaxType(TaxType taxType) |
void |
Purchase.setTaxType(TaxType taxType) |
void |
ManualJournalLine.setTaxType(TaxType taxType) |
void |
LineItem.setTaxType(TaxType taxType) |
JournalLine |
JournalLine.taxType(TaxType taxType) |
Account |
Account.taxType(TaxType taxType) |
Purchase |
Purchase.taxType(TaxType taxType) |
ManualJournalLine |
ManualJournalLine.taxType(TaxType taxType) |
LineItem |
LineItem.taxType(TaxType taxType) |
Copyright © 2019. All rights reserved.