Uses of Class
com.xero.models.payrollau.SuperLine
Packages that use SuperLine
-
Uses of SuperLine in com.xero.models.payrollau
Methods in com.xero.models.payrollau that return SuperLineModifier and TypeMethodDescriptionSuper membership amountSuperLine.calculationType(SuperannuationCalculationType calculationType) calculationTypeSuperLine.contributionType(SuperannuationContributionType contributionType) contributionTypeSuperLine.expenseAccountCode(String expenseAccountCode) expense account codeSuperLine.liabilityAccountCode(String liabilityAccountCode) liabilty account codeSuperLine.minimumMonthlyEarnings(Double minimumMonthlyEarnings) amount of minimum earningsSuperLine.percentage(Double percentage) percentage for super lineSuperLine.superMembershipID(UUID superMembershipID) Xero super membership IDMethods in com.xero.models.payrollau that return types with arguments of type SuperLineModifier and TypeMethodDescriptionOpeningBalances.getSuperLines()Get superLinesPayTemplate.getSuperLines()Get superLinesMethods in com.xero.models.payrollau with parameters of type SuperLineModifier and TypeMethodDescriptionOpeningBalances.addSuperLinesItem(SuperLine superLinesItem) superLinesPayTemplate.addSuperLinesItem(SuperLine superLinesItem) superLinesMethod parameters in com.xero.models.payrollau with type arguments of type SuperLineModifier and TypeMethodDescriptionvoidOpeningBalances.setSuperLines(List<SuperLine> superLines) superLinesvoidPayTemplate.setSuperLines(List<SuperLine> superLines) superLinesOpeningBalances.superLines(List<SuperLine> superLines) superLinesPayTemplate.superLines(List<SuperLine> superLines) superLines