Uses of Class
com.xero.models.payrollnz.DeductionLine
-
Packages that use DeductionLine Package Description com.xero.models.payrollnz -
-
Uses of DeductionLine in com.xero.models.payrollnz
Methods in com.xero.models.payrollnz 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. displayName(String displayName)name of earnings rate for display in UIDeductionLineDeductionLine. percentage(Double percentage)Deduction rate percentageDeductionLineDeductionLine. subjectToTax(Boolean subjectToTax)Identifies if the deduction is subject to taxMethods in com.xero.models.payrollnz that return types with arguments of type DeductionLine Modifier and Type Method Description List<DeductionLine>PaySlip. getDeductionLines()Get deductionLinesMethods in com.xero.models.payrollnz with parameters of type DeductionLine Modifier and Type Method Description PaySlipPaySlip. addDeductionLinesItem(DeductionLine deductionLinesItem)deductionLinesMethod parameters in com.xero.models.payrollnz with type arguments of type DeductionLine Modifier and Type Method Description PaySlipPaySlip. deductionLines(List<DeductionLine> deductionLines)deductionLinesvoidPaySlip. setDeductionLines(List<DeductionLine> deductionLines)deductionLines
-