Uses of Class
com.xero.models.payrolluk.EarningsTemplateObject
-
Packages that use EarningsTemplateObject Package Description com.xero.api.client com.xero.models.payrolluk -
-
Uses of EarningsTemplateObject in com.xero.api.client
Methods in com.xero.api.client that return EarningsTemplateObject Modifier and Type Method Description EarningsTemplateObjectPayrollUkApi. createEmployeeEarningsTemplate(String accessToken, String xeroTenantId, UUID employeeID, EarningsTemplate earningsTemplate)Creates an earnings template records for a specific employeeEarningsTemplateObjectPayrollUkApi. updateEmployeeEarningsTemplate(String accessToken, String xeroTenantId, UUID employeeID, UUID payTemplateEarningID, EarningsTemplate earningsTemplate)Updates a specific employee's earnings template records -
Uses of EarningsTemplateObject in com.xero.models.payrolluk
Methods in com.xero.models.payrolluk that return EarningsTemplateObject Modifier and Type Method Description EarningsTemplateObjectEarningsTemplateObject. earningTemplate(EarningsTemplate earningTemplate)earningTemplateEarningsTemplateObjectEarningsTemplateObject. pagination(Pagination pagination)paginationEarningsTemplateObjectEarningsTemplateObject. problem(Problem problem)problem
-