Uses of Class
com.xero.models.payrolluk.DeductionLine
Packages that use DeductionLine
-
Uses of DeductionLine in com.xero.models.payrolluk
Methods in com.xero.models.payrolluk that return DeductionLineModifier and TypeMethodDescriptionThe amount of the deduction lineDeductionLine.deductionTypeID(UUID deductionTypeID) Xero identifier for payroll deductionDeductionLine.percentage(Double percentage) Deduction rate percentageDeductionLine.subjectToTax(Boolean subjectToTax) Identifies if the deduction is subject to taxMethods in com.xero.models.payrolluk that return types with arguments of type DeductionLineMethods in com.xero.models.payrolluk with parameters of type DeductionLineModifier and TypeMethodDescriptionPayslip.addDeductionLinesItem(DeductionLine deductionLinesItem) deductionLinesMethod parameters in com.xero.models.payrolluk with type arguments of type DeductionLineModifier and TypeMethodDescriptionPayslip.deductionLines(List<DeductionLine> deductionLines) deductionLinesvoidPayslip.setDeductionLines(List<DeductionLine> deductionLines) deductionLines