Uses of Class
com.xero.models.payrollau.SuperLine
-
Packages that use SuperLine Package Description com.xero.models.payrollau -
-
Uses of SuperLine in com.xero.models.payrollau
Methods in com.xero.models.payrollau that return SuperLine Modifier and Type Method Description SuperLineSuperLine. amount(Double amount)Super membership amountSuperLineSuperLine. calculationType(SuperannuationCalculationType calculationType)calculationTypeSuperLineSuperLine. contributionType(SuperannuationContributionType contributionType)contributionTypeSuperLineSuperLine. expenseAccountCode(String expenseAccountCode)expense account codeSuperLineSuperLine. liabilityAccountCode(String liabilityAccountCode)liabilty account codeSuperLineSuperLine. minimumMonthlyEarnings(Double minimumMonthlyEarnings)amount of minimum earningsSuperLineSuperLine. percentage(Double percentage)percentage for super lineSuperLineSuperLine. superMembershipID(UUID superMembershipID)Xero super membership IDMethods in com.xero.models.payrollau that return types with arguments of type SuperLine Modifier and Type Method Description List<SuperLine>OpeningBalances. getSuperLines()Get superLinesList<SuperLine>PayTemplate. getSuperLines()Get superLinesMethods in com.xero.models.payrollau with parameters of type SuperLine Modifier and Type Method Description OpeningBalancesOpeningBalances. addSuperLinesItem(SuperLine superLinesItem)superLinesPayTemplatePayTemplate. addSuperLinesItem(SuperLine superLinesItem)superLinesMethod parameters in com.xero.models.payrollau with type arguments of type SuperLine Modifier and Type Method Description voidOpeningBalances. setSuperLines(List<SuperLine> superLines)superLinesvoidPayTemplate. setSuperLines(List<SuperLine> superLines)superLinesOpeningBalancesOpeningBalances. superLines(List<SuperLine> superLines)superLinesPayTemplatePayTemplate. superLines(List<SuperLine> superLines)superLines
-