Uses of Class
com.xero.models.payrollnz.StatutoryDeductionLine
-
Packages that use 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)The amount of the statutory deduction lineStatutoryDeductionLineStatutoryDeductionLine. fixedAmount(Double fixedAmount)Fixed AmountStatutoryDeductionLineStatutoryDeductionLine. manualAdjustment(Boolean manualAdjustment)Identifies if the tax line is a manual adjustmentStatutoryDeductionLineStatutoryDeductionLine. statutoryDeductionTypeID(UUID statutoryDeductionTypeID)Xero identifier for payroll statutory deduction typeMethods 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)statutoryDeductionLinesMethod parameters in com.xero.models.payrollnz with type arguments of type StatutoryDeductionLine Modifier and Type Method Description voidPaySlip. setStatutoryDeductionLines(List<StatutoryDeductionLine> statutoryDeductionLines)statutoryDeductionLinesPaySlipPaySlip. statutoryDeductionLines(List<StatutoryDeductionLine> statutoryDeductionLines)statutoryDeductionLines
-