Uses of Class
com.xero.models.payrollnz.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)DeductionLineDeductionLine. deductionTypeID(UUID deductionTypeID)DeductionLineDeductionLine. displayName(String displayName)DeductionLineDeductionLine. percentage(Double percentage)DeductionLineDeductionLine. subjectToTax(Boolean subjectToTax)Methods 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)Method parameters in com.xero.models.payrollnz with type arguments of type DeductionLine Modifier and Type Method Description PaySlipPaySlip. deductionLines(List<DeductionLine> deductionLines)voidPaySlip. setDeductionLines(List<DeductionLine> deductionLines)