Uses of Class
com.xero.models.payrolluk.EmployeePayTemplates
-
Packages that use EmployeePayTemplates Package Description com.xero.api.client com.xero.models.payrolluk -
-
Uses of EmployeePayTemplates in com.xero.api.client
Methods in com.xero.api.client that return EmployeePayTemplates Modifier and Type Method Description EmployeePayTemplatesPayrollUkApi. createMultipleEmployeeEarningsTemplate(String accessToken, String xeroTenantId, UUID employeeID, List<EarningsTemplate> earningsTemplate)Creates multiple earnings template records for a specific employee using a unique employee ID -
Uses of EmployeePayTemplates in com.xero.models.payrolluk
Methods in com.xero.models.payrolluk that return EmployeePayTemplates Modifier and Type Method Description EmployeePayTemplatesEmployeePayTemplates. addEarningTemplatesItem(EarningsTemplate earningTemplatesItem)earningTemplatesEmployeePayTemplatesEmployeePayTemplates. earningTemplates(List<EarningsTemplate> earningTemplates)earningTemplatesEmployeePayTemplatesEmployeePayTemplates. pagination(Pagination pagination)paginationEmployeePayTemplatesEmployeePayTemplates. problem(Problem problem)problem
-