Uses of Class
com.xero.models.payrolluk.TaxLine
-
Packages that use 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)The amount of the tax lineTaxLineTaxLine. description(String description)Tax line descriptionTaxLineTaxLine. globalTaxTypeID(String globalTaxTypeID)Tax type IDTaxLineTaxLine. isEmployerTax(Boolean isEmployerTax)Identifies if the amount is paid for by the employee or employer.TaxLineTaxLine. 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.payrolluk 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.payrolluk with parameters of type TaxLine Modifier and Type Method Description PayslipPayslip. addEmployeeTaxLinesItem(TaxLine employeeTaxLinesItem)employeeTaxLinesPayslipPayslip. addEmployerTaxLinesItem(TaxLine employerTaxLinesItem)employerTaxLinesMethod parameters in com.xero.models.payrolluk 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
-