| Package | Description |
|---|---|
| com.xero.api.client | |
| com.xero.models.accounting |
| Modifier and Type | Method and Description |
|---|---|
TaxRates |
AccountingApi.createTaxRates(String accessToken,
String xeroTenantId,
TaxRates taxRates)
Allows you to create one or more Tax Rates
|
TaxRates |
AccountingApi.getTaxRates(String accessToken,
String xeroTenantId,
String where,
String order,
String taxType)
Allows you to retrieve Tax Rates
|
TaxRates |
AccountingApi.updateTaxRate(String accessToken,
String xeroTenantId,
TaxRates taxRates)
Allows you to update Tax Rates
|
| Modifier and Type | Method and Description |
|---|---|
TaxRates |
AccountingApi.createTaxRates(String accessToken,
String xeroTenantId,
TaxRates taxRates)
Allows you to create one or more Tax Rates
|
com.google.api.client.http.HttpResponse |
AccountingApi.createTaxRatesForHttpResponse(String accessToken,
String xeroTenantId,
TaxRates taxRates) |
TaxRates |
AccountingApi.updateTaxRate(String accessToken,
String xeroTenantId,
TaxRates taxRates)
Allows you to update Tax Rates
|
com.google.api.client.http.HttpResponse |
AccountingApi.updateTaxRateForHttpResponse(String accessToken,
String xeroTenantId,
TaxRates taxRates) |
| Modifier and Type | Method and Description |
|---|---|
TaxRates |
TaxRates.addTaxRatesItem(TaxRate taxRatesItem) |
TaxRates |
TaxRates.taxRates(List<TaxRate> taxRates) |
Copyright © 2020. All rights reserved.