Uses of Class
com.xero.models.accounting.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)TaxRateTaxRate. name(String name)TaxRateTaxRate. reportTaxType(TaxRate.ReportTaxTypeEnum reportTaxType)TaxRateTaxRate. status(TaxRate.StatusEnum status)TaxRateTaxRate. taxComponents(List<TaxComponent> taxComponents)TaxRateTaxRate. taxType(String taxType)Methods 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)Method parameters in com.xero.models.accounting with type arguments of type TaxRate Modifier and Type Method Description voidTaxRates. setTaxRates(List<TaxRate> taxRates)TaxRatesTaxRates. taxRates(List<TaxRate> taxRates)