Uses of Class
com.xero.models.payrollnz.SuperannuationLine
-
Packages that use 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)The amount of the superannuation lineSuperannuationLineSuperannuationLine. displayName(String displayName)Benefit display nameSuperannuationLineSuperannuationLine. fixedAmount(Double fixedAmount)Superannuation fixed amountSuperannuationLineSuperannuationLine. manualAdjustment(Boolean manualAdjustment)manual adjustment madeSuperannuationLineSuperannuationLine. percentage(Double percentage)Superannuation rate percentageSuperannuationLineSuperannuationLine. superannuationTypeID(UUID superannuationTypeID)Xero identifier for payroll superannuation typeMethods 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)superannuationLinesMethod parameters in com.xero.models.payrollnz with type arguments of type SuperannuationLine Modifier and Type Method Description voidPaySlip. setSuperannuationLines(List<SuperannuationLine> superannuationLines)superannuationLinesPaySlipPaySlip. superannuationLines(List<SuperannuationLine> superannuationLines)superannuationLines
-