Uses of Class
com.xero.models.accounting.TaxRate
-
Packages that use TaxRate Package Description com.xero.models.accounting -
-
Uses of TaxRate in com.xero.models.accounting
Methods in com.xero.models.accounting that return TaxRate Modifier and Type Method Description TaxRateTaxRate. addTaxComponentsItem(TaxComponent taxComponentsItem)See TaxComponentsTaxRateTaxRate. name(String name)Name of tax rateTaxRateTaxRate. reportTaxType(TaxRate.ReportTaxTypeEnum reportTaxType)See ReportTaxTypesTaxRateTaxRate. status(TaxRate.StatusEnum status)See Status CodesTaxRateTaxRate. taxComponents(List<TaxComponent> taxComponents)See TaxComponentsTaxRateTaxRate. taxType(String taxType)The tax typeMethods in com.xero.models.accounting that return types with arguments of type TaxRate Modifier and Type Method Description List<TaxRate>TaxRates. getTaxRates()Get taxRatesMethods in com.xero.models.accounting with parameters of type TaxRate Modifier and Type Method Description TaxRatesTaxRates. addTaxRatesItem(TaxRate taxRatesItem)taxRatesMethod parameters in com.xero.models.accounting with type arguments of type TaxRate Modifier and Type Method Description voidTaxRates. setTaxRates(List<TaxRate> taxRates)taxRatesTaxRatesTaxRates. taxRates(List<TaxRate> taxRates)taxRates
-