Uses of Class
com.xero.models.payrollnz.TaxLine
-
Packages that use 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)The amount of the tax lineTaxLineTaxLine. description(String description)Tax line descriptionTaxLineTaxLine. globalTaxTypeID(String globalTaxTypeID)Tax type IDTaxLineTaxLine. manualAdjustment(Boolean manualAdjustment)Identifies if the tax line is a manual adjustmentTaxLineTaxLine. taxLineID(UUID taxLineID)Xero identifier for payroll tax lineMethods 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)employeeTaxLinesPaySlipPaySlip. addEmployerTaxLinesItem(TaxLine employerTaxLinesItem)employerTaxLinesMethod parameters in com.xero.models.payrollnz with type arguments of type TaxLine Modifier and Type Method Description PaySlipPaySlip. employeeTaxLines(List<TaxLine> employeeTaxLines)employeeTaxLinesPaySlipPaySlip. employerTaxLines(List<TaxLine> employerTaxLines)employerTaxLinesvoidPaySlip. setEmployeeTaxLines(List<TaxLine> employeeTaxLines)employeeTaxLinesvoidPaySlip. setEmployerTaxLines(List<TaxLine> employerTaxLines)employerTaxLines
-