Uses of Class
com.xero.models.payrollnz.SuperannuationLine
| Package | Description |
|---|---|
| com.xero.models.payrollnz |
-
Uses of SuperannuationLine in com.xero.models.payrollnz
Methods in com.xero.models.payrollnz that return SuperannuationLine Modifier and Type Method Description SuperannuationLineSuperannuationLine. amount(Double amount)SuperannuationLineSuperannuationLine. displayName(String displayName)SuperannuationLineSuperannuationLine. fixedAmount(Double fixedAmount)SuperannuationLineSuperannuationLine. manualAdjustment(Boolean manualAdjustment)SuperannuationLineSuperannuationLine. percentage(Double percentage)SuperannuationLineSuperannuationLine. superannuationTypeID(UUID superannuationTypeID)Methods in com.xero.models.payrollnz that return types with arguments of type SuperannuationLine Modifier and Type Method Description List<SuperannuationLine>PaySlip. getSuperannuationLines()Get superannuationLinesMethods in com.xero.models.payrollnz with parameters of type SuperannuationLine Modifier and Type Method Description PaySlipPaySlip. addSuperannuationLinesItem(SuperannuationLine superannuationLinesItem)Method parameters in com.xero.models.payrollnz with type arguments of type SuperannuationLine Modifier and Type Method Description voidPaySlip. setSuperannuationLines(List<SuperannuationLine> superannuationLines)PaySlipPaySlip. superannuationLines(List<SuperannuationLine> superannuationLines)