Uses of Class
com.xero.models.payrollnz.TaxLine
Packages that use TaxLine
-
Uses of TaxLine in com.xero.models.payrollnz
Methods in com.xero.models.payrollnz that return TaxLineModifier and TypeMethodDescriptionThe amount of the tax lineTaxLine.description(String description) Tax line descriptionTaxLine.globalTaxTypeID(String globalTaxTypeID) Tax type IDTaxLine.manualAdjustment(Boolean manualAdjustment) Identifies if the tax line is a manual adjustmentXero identifier for payroll tax lineMethods in com.xero.models.payrollnz that return types with arguments of type TaxLineModifier and TypeMethodDescriptionPaySlip.getEmployeeTaxLines()Get employeeTaxLinesPaySlip.getEmployerTaxLines()Get employerTaxLinesMethods in com.xero.models.payrollnz with parameters of type TaxLineModifier and TypeMethodDescriptionPaySlip.addEmployeeTaxLinesItem(TaxLine employeeTaxLinesItem) employeeTaxLinesPaySlip.addEmployerTaxLinesItem(TaxLine employerTaxLinesItem) employerTaxLinesMethod parameters in com.xero.models.payrollnz with type arguments of type TaxLineModifier and TypeMethodDescriptionPaySlip.employeeTaxLines(List<TaxLine> employeeTaxLines) employeeTaxLinesPaySlip.employerTaxLines(List<TaxLine> employerTaxLines) employerTaxLinesvoidPaySlip.setEmployeeTaxLines(List<TaxLine> employeeTaxLines) employeeTaxLinesvoidPaySlip.setEmployerTaxLines(List<TaxLine> employerTaxLines) employerTaxLines