Uses of Class
com.xero.models.accounting.TaxRates
Packages that use TaxRates
-
Uses of TaxRates in com.xero.api.client
Methods in com.xero.api.client that return TaxRatesModifier and TypeMethodDescriptionAccountingApi.createTaxRates(String accessToken, String xeroTenantId, TaxRates taxRates, String idempotencyKey) Creates one or more tax ratesAccountingApi.getTaxRateByTaxType(String accessToken, String xeroTenantId, String taxType) Retrieves a specific tax rate according to given TaxType codeAccountingApi.getTaxRates(String accessToken, String xeroTenantId, String where, String order) Retrieves tax ratesAccountingApi.updateTaxRate(String accessToken, String xeroTenantId, TaxRates taxRates, String idempotencyKey) Updates tax ratesMethods in com.xero.api.client with parameters of type TaxRatesModifier and TypeMethodDescriptionAccountingApi.createTaxRates(String accessToken, String xeroTenantId, TaxRates taxRates, String idempotencyKey) Creates one or more tax ratescom.google.api.client.http.HttpResponseAccountingApi.createTaxRatesForHttpResponse(String accessToken, String xeroTenantId, TaxRates taxRates, String idempotencyKey) Creates one or more tax ratesAccountingApi.updateTaxRate(String accessToken, String xeroTenantId, TaxRates taxRates, String idempotencyKey) Updates tax ratescom.google.api.client.http.HttpResponseAccountingApi.updateTaxRateForHttpResponse(String accessToken, String xeroTenantId, TaxRates taxRates, String idempotencyKey) Updates tax rates -
Uses of TaxRates in com.xero.models.accounting
Methods in com.xero.models.accounting that return TaxRates