Uses of Class
com.xero.models.payrolluk.DeductionLine
-
Packages that use DeductionLine Package Description com.xero.models.payrolluk -
-
Uses of DeductionLine in com.xero.models.payrolluk
Methods in com.xero.models.payrolluk that return DeductionLine Modifier and Type Method Description DeductionLineDeductionLine. amount(Double amount)The amount of the deduction lineDeductionLineDeductionLine. deductionTypeID(UUID deductionTypeID)Xero identifier for payroll deductionDeductionLineDeductionLine. percentage(Double percentage)Deduction rate percentageDeductionLineDeductionLine. subjectToTax(Boolean subjectToTax)Identifies if the deduction is subject to taxMethods in com.xero.models.payrolluk that return types with arguments of type DeductionLine Modifier and Type Method Description List<DeductionLine>Payslip. getDeductionLines()Get deductionLinesMethods in com.xero.models.payrolluk with parameters of type DeductionLine Modifier and Type Method Description PayslipPayslip. addDeductionLinesItem(DeductionLine deductionLinesItem)deductionLinesMethod parameters in com.xero.models.payrolluk with type arguments of type DeductionLine Modifier and Type Method Description PayslipPayslip. deductionLines(List<DeductionLine> deductionLines)deductionLinesvoidPayslip. setDeductionLines(List<DeductionLine> deductionLines)deductionLines
-