Uses of Class
com.xero.models.accounting.TaxRates
-
Packages that use 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)Creates one or more tax ratesTaxRatesAccountingApi. getTaxRates(String accessToken, String xeroTenantId, String where, String order, String taxType)Retrieves tax ratesTaxRatesAccountingApi. updateTaxRate(String accessToken, String xeroTenantId, TaxRates taxRates)Updates 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)Creates one or more tax ratescom.google.api.client.http.HttpResponseAccountingApi. createTaxRatesForHttpResponse(String accessToken, String xeroTenantId, TaxRates taxRates)Creates one or more tax ratesTaxRatesAccountingApi. updateTaxRate(String accessToken, String xeroTenantId, TaxRates taxRates)Updates tax ratescom.google.api.client.http.HttpResponseAccountingApi. updateTaxRateForHttpResponse(String accessToken, String xeroTenantId, TaxRates taxRates)Updates tax rates -
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)taxRatesTaxRatesTaxRates. taxRates(List<TaxRate> taxRates)taxRates
-