Uses of Class
com.xero.models.payrollau.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)SuperLineSuperLine. calculationType(SuperannuationCalculationType calculationType)SuperLineSuperLine. contributionType(SuperannuationContributionType contributionType)SuperLineSuperLine. expenseAccountCode(String expenseAccountCode)SuperLineSuperLine. liabilityAccountCode(String liabilityAccountCode)SuperLineSuperLine. minimumMonthlyEarnings(Double minimumMonthlyEarnings)SuperLineSuperLine. percentage(Double percentage)SuperLineSuperLine. superMembershipID(UUID superMembershipID)Methods 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)PayTemplatePayTemplate. addSuperLinesItem(SuperLine superLinesItem)Method parameters in com.xero.models.payrollau with type arguments of type SuperLine Modifier and Type Method Description voidOpeningBalances. setSuperLines(List<SuperLine> superLines)voidPayTemplate. setSuperLines(List<SuperLine> superLines)OpeningBalancesOpeningBalances. superLines(List<SuperLine> superLines)PayTemplatePayTemplate. superLines(List<SuperLine> superLines)