Uses of Class
com.xero.models.payrollnz.SuperannuationObject
-
Packages that use SuperannuationObject Package Description com.xero.api.client com.xero.models.payrollnz -
-
Uses of SuperannuationObject in com.xero.api.client
Methods in com.xero.api.client that return SuperannuationObject Modifier and Type Method Description SuperannuationObjectPayrollNzApi. createSuperannuation(String accessToken, String xeroTenantId, Benefit benefit)Creates a new superannuationSuperannuationObjectPayrollNzApi. getSuperannuation(String accessToken, String xeroTenantId, UUID superannuationID)Retrieves a specific superannuation using a unique superannuation ID -
Uses of SuperannuationObject in com.xero.models.payrollnz
Methods in com.xero.models.payrollnz that return SuperannuationObject Modifier and Type Method Description SuperannuationObjectSuperannuationObject. benefit(Benefit benefit)benefitSuperannuationObjectSuperannuationObject. pagination(Pagination pagination)paginationSuperannuationObjectSuperannuationObject. problem(Problem problem)problem
-