Uses of Class
com.xero.models.payrollau.SuperannuationLine
-
Packages that use 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)Superannuation amountSuperannuationLineSuperannuationLine. calculationType(SuperannuationCalculationType calculationType)calculationTypeSuperannuationLineSuperannuationLine. contributionType(SuperannuationContributionType contributionType)contributionTypeSuperannuationLineSuperannuationLine. expenseAccountCode(String expenseAccountCode)Superannuation expense account code.SuperannuationLineSuperannuationLine. liabilityAccountCode(String liabilityAccountCode)Superannuation liability account codeSuperannuationLineSuperannuationLine. minimumMonthlyEarnings(Double minimumMonthlyEarnings)Superannuation minimum monthly earnings.SuperannuationLineSuperannuationLine. paymentDateForThisPeriod(String paymentDateForThisPeriod)Superannuation payment date for the current period (YYYY-MM-DD)SuperannuationLineSuperannuationLine. percentage(Double percentage)Superannuation percentageSuperannuationLineSuperannuationLine. superMembershipID(UUID superMembershipID)Xero identifier for payroll super fund membership ID.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)superannuationLinesPayslipLinesPayslipLines. addSuperannuationLinesItem(SuperannuationLine superannuationLinesItem)superannuationLinesMethod parameters in com.xero.models.payrollau with type arguments of type SuperannuationLine Modifier and Type Method Description voidPayslip. setSuperannuationLines(List<SuperannuationLine> superannuationLines)superannuationLinesvoidPayslipLines. setSuperannuationLines(List<SuperannuationLine> superannuationLines)superannuationLinesPayslipPayslip. superannuationLines(List<SuperannuationLine> superannuationLines)superannuationLinesPayslipLinesPayslipLines. superannuationLines(List<SuperannuationLine> superannuationLines)superannuationLines
-