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