Uses of Class
com.xero.models.payrollnz.EmployeePayTemplates
-
Packages that use EmployeePayTemplates Package Description com.xero.api.client com.xero.models.payrollnz -
-
Uses of EmployeePayTemplates in com.xero.api.client
Methods in com.xero.api.client that return EmployeePayTemplates Modifier and Type Method Description EmployeePayTemplatesPayrollNzApi. getEmployeePayTemplates(String accessToken, String xeroTenantId, UUID employeeID)Retrieves pay templates for a specific employee -
Uses of EmployeePayTemplates in com.xero.models.payrollnz
Methods in com.xero.models.payrollnz that return EmployeePayTemplates Modifier and Type Method Description EmployeePayTemplatesEmployeePayTemplates. pagination(Pagination pagination)paginationEmployeePayTemplatesEmployeePayTemplates. payTemplate(EmployeePayTemplate payTemplate)payTemplateEmployeePayTemplatesEmployeePayTemplates. problem(Problem problem)problem
-