Uses of Class
com.xero.models.payrollau.SuperannuationLine
Packages that use SuperannuationLine
-
Uses of SuperannuationLine in com.xero.models.payrollau
Methods in com.xero.models.payrollau that return SuperannuationLineModifier and TypeMethodDescriptionSuperannuation amountSuperannuationLine.calculationType(SuperannuationCalculationType calculationType) calculationTypeSuperannuationLine.contributionType(SuperannuationContributionType contributionType) contributionTypeSuperannuationLine.expenseAccountCode(String expenseAccountCode) Superannuation expense account code.SuperannuationLine.liabilityAccountCode(String liabilityAccountCode) Superannuation liability account codeSuperannuationLine.minimumMonthlyEarnings(Double minimumMonthlyEarnings) Superannuation minimum monthly earnings.SuperannuationLine.paymentDateForThisPeriod(String paymentDateForThisPeriod) Superannuation payment date for the current period (YYYY-MM-DD)SuperannuationLine.percentage(Double percentage) Superannuation percentageSuperannuationLine.superMembershipID(UUID superMembershipID) Xero identifier for payroll super fund membership ID.Methods in com.xero.models.payrollau that return types with arguments of type SuperannuationLineModifier and TypeMethodDescriptionPayslip.getSuperannuationLines()Get superannuationLinesPayslipLines.getSuperannuationLines()Get superannuationLinesMethods in com.xero.models.payrollau with parameters of type SuperannuationLineModifier and TypeMethodDescriptionPayslip.addSuperannuationLinesItem(SuperannuationLine superannuationLinesItem) superannuationLinesPayslipLines.addSuperannuationLinesItem(SuperannuationLine superannuationLinesItem) superannuationLinesMethod parameters in com.xero.models.payrollau with type arguments of type SuperannuationLineModifier and TypeMethodDescriptionvoidPayslip.setSuperannuationLines(List<SuperannuationLine> superannuationLines) superannuationLinesvoidPayslipLines.setSuperannuationLines(List<SuperannuationLine> superannuationLines) superannuationLinesPayslip.superannuationLines(List<SuperannuationLine> superannuationLines) superannuationLinesPayslipLines.superannuationLines(List<SuperannuationLine> superannuationLines) superannuationLines