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