Uses of Class
com.xero.models.payrollnz.TaxLine
| Package | Description |
|---|---|
| com.xero.models.payrollnz |
-
Uses of TaxLine in com.xero.models.payrollnz
Methods in com.xero.models.payrollnz that return TaxLine Modifier and Type Method Description TaxLineTaxLine. amount(Double amount)TaxLineTaxLine. description(String description)TaxLineTaxLine. globalTaxTypeID(String globalTaxTypeID)TaxLineTaxLine. manualAdjustment(Boolean manualAdjustment)TaxLineTaxLine. taxLineID(UUID taxLineID)Methods in com.xero.models.payrollnz that return types with arguments of type TaxLine Modifier and Type Method Description List<TaxLine>PaySlip. getEmployeeTaxLines()Get employeeTaxLinesList<TaxLine>PaySlip. getEmployerTaxLines()Get employerTaxLinesMethods in com.xero.models.payrollnz with parameters of type TaxLine Modifier and Type Method Description PaySlipPaySlip. addEmployeeTaxLinesItem(TaxLine employeeTaxLinesItem)PaySlipPaySlip. addEmployerTaxLinesItem(TaxLine employerTaxLinesItem)Method parameters in com.xero.models.payrollnz with type arguments of type TaxLine Modifier and Type Method Description PaySlipPaySlip. employeeTaxLines(List<TaxLine> employeeTaxLines)PaySlipPaySlip. employerTaxLines(List<TaxLine> employerTaxLines)voidPaySlip. setEmployeeTaxLines(List<TaxLine> employeeTaxLines)voidPaySlip. setEmployerTaxLines(List<TaxLine> employerTaxLines)