Uses of Class
com.xero.models.payrolluk.TaxLine
| Package | Description |
|---|---|
| com.xero.models.payrolluk |
-
Uses of TaxLine in com.xero.models.payrolluk
Methods in com.xero.models.payrolluk that return TaxLine Modifier and Type Method Description TaxLineTaxLine. amount(Double amount)TaxLineTaxLine. description(String description)TaxLineTaxLine. globalTaxTypeID(String globalTaxTypeID)TaxLineTaxLine. isEmployerTax(Boolean isEmployerTax)TaxLineTaxLine. manualAdjustment(Boolean manualAdjustment)TaxLineTaxLine. taxLineID(UUID taxLineID)Methods in com.xero.models.payrolluk that return types with arguments of type TaxLine Modifier and Type Method Description List<TaxLine>Payslip. getEmployeeTaxLines()Get employeeTaxLinesMethods in com.xero.models.payrolluk with parameters of type TaxLine Modifier and Type Method Description PayslipPayslip. addEmployeeTaxLinesItem(TaxLine employeeTaxLinesItem)Method parameters in com.xero.models.payrolluk with type arguments of type TaxLine Modifier and Type Method Description PayslipPayslip. employeeTaxLines(List<TaxLine> employeeTaxLines)voidPayslip. setEmployeeTaxLines(List<TaxLine> employeeTaxLines)