Uses of Class
com.xero.models.payrollau.SuperannuationLine
| Package | Description |
|---|---|
| com.xero.models.payrollau |
-
Uses of SuperannuationLine in com.xero.models.payrollau
Methods in com.xero.models.payrollau that return SuperannuationLine Modifier and Type Method Description SuperannuationLineSuperannuationLine. amount(Double amount)SuperannuationLineSuperannuationLine. calculationType(SuperannuationCalculationType calculationType)SuperannuationLineSuperannuationLine. contributionType(SuperannuationContributionType contributionType)SuperannuationLineSuperannuationLine. expenseAccountCode(String expenseAccountCode)SuperannuationLineSuperannuationLine. liabilityAccountCode(String liabilityAccountCode)SuperannuationLineSuperannuationLine. minimumMonthlyEarnings(Double minimumMonthlyEarnings)SuperannuationLineSuperannuationLine. paymentDateForThisPeriod(String paymentDateForThisPeriod)SuperannuationLineSuperannuationLine. percentage(Double percentage)SuperannuationLineSuperannuationLine. superMembershipID(UUID superMembershipID)Methods in com.xero.models.payrollau that return types with arguments of type SuperannuationLine Modifier and Type Method Description List<SuperannuationLine>Payslip. getSuperannuationLines()Get superannuationLinesList<SuperannuationLine>PayslipLines. getSuperannuationLines()Get superannuationLinesMethods in com.xero.models.payrollau with parameters of type SuperannuationLine Modifier and Type Method Description PayslipPayslip. addSuperannuationLinesItem(SuperannuationLine superannuationLinesItem)PayslipLinesPayslipLines. addSuperannuationLinesItem(SuperannuationLine superannuationLinesItem)Method parameters in com.xero.models.payrollau with type arguments of type SuperannuationLine Modifier and Type Method Description voidPayslip. setSuperannuationLines(List<SuperannuationLine> superannuationLines)voidPayslipLines. setSuperannuationLines(List<SuperannuationLine> superannuationLines)PayslipPayslip. superannuationLines(List<SuperannuationLine> superannuationLines)PayslipLinesPayslipLines. superannuationLines(List<SuperannuationLine> superannuationLines)