Uses of Class
com.xero.models.payrollnz.StatutoryDeductionLine
| Package | Description |
|---|---|
| com.xero.models.payrollnz |
-
Uses of StatutoryDeductionLine in com.xero.models.payrollnz
Methods in com.xero.models.payrollnz that return StatutoryDeductionLine Modifier and Type Method Description StatutoryDeductionLineStatutoryDeductionLine. amount(Double amount)StatutoryDeductionLineStatutoryDeductionLine. fixedAmount(Double fixedAmount)StatutoryDeductionLineStatutoryDeductionLine. manualAdjustment(Boolean manualAdjustment)StatutoryDeductionLineStatutoryDeductionLine. statutoryDeductionTypeID(UUID statutoryDeductionTypeID)Methods in com.xero.models.payrollnz that return types with arguments of type StatutoryDeductionLine Modifier and Type Method Description List<StatutoryDeductionLine>PaySlip. getStatutoryDeductionLines()Get statutoryDeductionLinesMethods in com.xero.models.payrollnz with parameters of type StatutoryDeductionLine Modifier and Type Method Description PaySlipPaySlip. addStatutoryDeductionLinesItem(StatutoryDeductionLine statutoryDeductionLinesItem)Method parameters in com.xero.models.payrollnz with type arguments of type StatutoryDeductionLine Modifier and Type Method Description voidPaySlip. setStatutoryDeductionLines(List<StatutoryDeductionLine> statutoryDeductionLines)PaySlipPaySlip. statutoryDeductionLines(List<StatutoryDeductionLine> statutoryDeductionLines)