Uses of Class
com.xero.models.payrolluk.EarningsTemplate
Packages that use EarningsTemplate
-
Uses of EarningsTemplate in com.xero.api.client
Methods in com.xero.api.client with parameters of type EarningsTemplateModifier and TypeMethodDescriptionPayrollUkApi.createEmployeeEarningsTemplate(String accessToken, String xeroTenantId, UUID employeeID, EarningsTemplate earningsTemplate, String idempotencyKey) Creates an earnings template records for a specific employeecom.google.api.client.http.HttpResponsePayrollUkApi.createEmployeeEarningsTemplateForHttpResponse(String accessToken, String xeroTenantId, UUID employeeID, EarningsTemplate earningsTemplate, String idempotencyKey) Creates an earnings template records for a specific employeePayrollUkApi.updateEmployeeEarningsTemplate(String accessToken, String xeroTenantId, UUID employeeID, UUID payTemplateEarningID, EarningsTemplate earningsTemplate, String idempotencyKey) Updates a specific employee's earnings template recordscom.google.api.client.http.HttpResponsePayrollUkApi.updateEmployeeEarningsTemplateForHttpResponse(String accessToken, String xeroTenantId, UUID employeeID, UUID payTemplateEarningID, EarningsTemplate earningsTemplate, String idempotencyKey) Updates a specific employee's earnings template recordsMethod parameters in com.xero.api.client with type arguments of type EarningsTemplateModifier and TypeMethodDescriptionPayrollUkApi.createMultipleEmployeeEarningsTemplate(String accessToken, String xeroTenantId, UUID employeeID, List<EarningsTemplate> earningsTemplate, String idempotencyKey) Creates multiple earnings template records for a specific employee using a unique employee IDcom.google.api.client.http.HttpResponsePayrollUkApi.createMultipleEmployeeEarningsTemplateForHttpResponse(String accessToken, String xeroTenantId, UUID employeeID, List<EarningsTemplate> earningsTemplate, String idempotencyKey) Creates multiple earnings template records for a specific employee using a unique employee ID -
Uses of EarningsTemplate in com.xero.models.payrolluk
Methods in com.xero.models.payrolluk that return EarningsTemplateModifier and TypeMethodDescriptionEarningsTemplate.earningsRateID(UUID earningsRateID) The corresponding earnings rate identifierEarningsTemplate.fixedAmount(Double fixedAmount) The fixed amount per periodEarningsTemplateObject.getEarningTemplate()Get earningTemplateThe read-only name of the Earning Template.EarningsTemplate.numberOfUnits(Double numberOfUnits) The rate per unitEarningsTemplate.payTemplateEarningID(UUID payTemplateEarningID) The Xero identifier for the earnings templateEarningsTemplate.ratePerUnit(Double ratePerUnit) The rate per unitMethods in com.xero.models.payrolluk that return types with arguments of type EarningsTemplateModifier and TypeMethodDescriptionEmployeePayTemplate.getEarningTemplates()Get earningTemplatesEmployeePayTemplates.getEarningTemplates()Get earningTemplatesMethods in com.xero.models.payrolluk with parameters of type EarningsTemplateModifier and TypeMethodDescriptionEmployeePayTemplate.addEarningTemplatesItem(EarningsTemplate earningTemplatesItem) earningTemplatesEmployeePayTemplates.addEarningTemplatesItem(EarningsTemplate earningTemplatesItem) earningTemplatesEarningsTemplateObject.earningTemplate(EarningsTemplate earningTemplate) earningTemplatevoidEarningsTemplateObject.setEarningTemplate(EarningsTemplate earningTemplate) earningTemplateMethod parameters in com.xero.models.payrolluk with type arguments of type EarningsTemplateModifier and TypeMethodDescriptionEmployeePayTemplate.earningTemplates(List<EarningsTemplate> earningTemplates) earningTemplatesEmployeePayTemplates.earningTemplates(List<EarningsTemplate> earningTemplates) earningTemplatesvoidEmployeePayTemplate.setEarningTemplates(List<EarningsTemplate> earningTemplates) earningTemplatesvoidEmployeePayTemplates.setEarningTemplates(List<EarningsTemplate> earningTemplates) earningTemplates