Uses of Class
com.xero.models.payrolluk.TaxLine
Packages that use TaxLine
-
Uses of TaxLine in com.xero.models.payrolluk
Methods in com.xero.models.payrolluk that return TaxLineModifier and TypeMethodDescriptionThe amount of the tax lineTaxLine.description(String description) Tax line descriptionTaxLine.globalTaxTypeID(String globalTaxTypeID) Tax type IDTaxLine.isEmployerTax(Boolean isEmployerTax) Identifies if the amount is paid for by the employee or employer.TaxLine.manualAdjustment(Boolean manualAdjustment) Identifies if the tax line is a manual adjustmentXero identifier for payroll tax lineMethods in com.xero.models.payrolluk that return types with arguments of type TaxLineModifier and TypeMethodDescriptionPayslip.getEmployeeTaxLines()Get employeeTaxLinesPayslip.getEmployerTaxLines()Get employerTaxLinesMethods in com.xero.models.payrolluk with parameters of type TaxLineModifier and TypeMethodDescriptionPayslip.addEmployeeTaxLinesItem(TaxLine employeeTaxLinesItem) employeeTaxLinesPayslip.addEmployerTaxLinesItem(TaxLine employerTaxLinesItem) employerTaxLinesMethod parameters in com.xero.models.payrolluk 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