| Package | Description |
|---|---|
| com.xero.api.client | |
| com.xero.models.accounting |
| Modifier and Type | Method and Description |
|---|---|
TaxRates |
AccountingApi.createTaxRate(String accessToken,
String xeroTenantId,
TaxRate taxRate)
Allows you to create Tax Rates
|
com.google.api.client.http.HttpResponse |
AccountingApi.createTaxRateForHttpResponse(String accessToken,
String xeroTenantId,
TaxRate taxRate) |
| Modifier and Type | Method and Description |
|---|---|
TaxRate |
TaxRate.addTaxComponentsItem(TaxComponent taxComponentsItem) |
TaxRate |
TaxRate.name(String name) |
TaxRate |
TaxRate.reportTaxType(TaxRate.ReportTaxTypeEnum reportTaxType) |
TaxRate |
TaxRate.status(TaxRate.StatusEnum status) |
TaxRate |
TaxRate.taxComponents(List<TaxComponent> taxComponents) |
TaxRate |
TaxRate.taxType(String taxType) |
| Modifier and Type | Method and Description |
|---|---|
List<TaxRate> |
TaxRates.getTaxRates()
Get taxRates
|
| Modifier and Type | Method and Description |
|---|---|
TaxRates |
TaxRates.addTaxRatesItem(TaxRate taxRatesItem) |
| Modifier and Type | Method and Description |
|---|---|
void |
TaxRates.setTaxRates(List<TaxRate> taxRates) |
TaxRates |
TaxRates.taxRates(List<TaxRate> taxRates) |
Copyright © 2019. All rights reserved.