Uses of Class
com.xero.models.accounting.TaxRates
| Package | Description |
|---|---|
| com.xero.api.client | |
| com.xero.models.accounting |
-
Uses of TaxRates in com.xero.api.client
Methods in com.xero.api.client that return TaxRates Modifier and Type Method Description TaxRatesAccountingApi. createTaxRates(String accessToken, String xeroTenantId, TaxRates taxRates)Allows you to create one or more Tax RatesTaxRatesAccountingApi. getTaxRates(String accessToken, String xeroTenantId, String where, String order, String taxType)Allows you to retrieve Tax RatesTaxRatesAccountingApi. updateTaxRate(String accessToken, String xeroTenantId, TaxRates taxRates)Allows you to update Tax RatesMethods in com.xero.api.client with parameters of type TaxRates Modifier and Type Method Description TaxRatesAccountingApi. createTaxRates(String accessToken, String xeroTenantId, TaxRates taxRates)Allows you to create one or more Tax Ratescom.google.api.client.http.HttpResponseAccountingApi. createTaxRatesForHttpResponse(String accessToken, String xeroTenantId, TaxRates taxRates)TaxRatesAccountingApi. updateTaxRate(String accessToken, String xeroTenantId, TaxRates taxRates)Allows you to update Tax Ratescom.google.api.client.http.HttpResponseAccountingApi. updateTaxRateForHttpResponse(String accessToken, String xeroTenantId, TaxRates taxRates) -
Uses of TaxRates in com.xero.models.accounting
Methods in com.xero.models.accounting that return TaxRates Modifier and Type Method Description TaxRatesTaxRates. addTaxRatesItem(TaxRate taxRatesItem)TaxRatesTaxRates. taxRates(List<TaxRate> taxRates)