Uses of Class
com.xero.models.payrollnz.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 TypeMethodDescriptionPayrollNzApi.createEmployeeEarningsTemplate(String accessToken, String xeroTenantId, UUID employeeID, EarningsTemplate earningsTemplate, String idempotencyKey) Creates earnings template records for an employeecom.google.api.client.http.HttpResponsePayrollNzApi.createEmployeeEarningsTemplateForHttpResponse(String accessToken, String xeroTenantId, UUID employeeID, EarningsTemplate earningsTemplate, String idempotencyKey) Creates earnings template records for an employeePayrollNzApi.updateEmployeeEarningsTemplate(String accessToken, String xeroTenantId, UUID employeeID, UUID payTemplateEarningID, EarningsTemplate earningsTemplate, String idempotencyKey) Updates an earnings template records for an employeecom.google.api.client.http.HttpResponsePayrollNzApi.updateEmployeeEarningsTemplateForHttpResponse(String accessToken, String xeroTenantId, UUID employeeID, UUID payTemplateEarningID, EarningsTemplate earningsTemplate, String idempotencyKey) Updates an earnings template records for an employeeMethod parameters in com.xero.api.client with type arguments of type EarningsTemplateModifier and TypeMethodDescriptionPayrollNzApi.createMultipleEmployeeEarningsTemplate(String accessToken, String xeroTenantId, UUID employeeID, List<EarningsTemplate> earningsTemplate, String idempotencyKey) Creates multiple employee earnings template records for a specific employeecom.google.api.client.http.HttpResponsePayrollNzApi.createMultipleEmployeeEarningsTemplateForHttpResponse(String accessToken, String xeroTenantId, UUID employeeID, List<EarningsTemplate> earningsTemplate, String idempotencyKey) Creates multiple employee earnings template records for a specific employee -
Uses of EarningsTemplate in com.xero.models.payrollnz
Methods in com.xero.models.payrollnz 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.payrollnz that return types with arguments of type EarningsTemplateModifier and TypeMethodDescriptionEmployeeEarningsTemplates.getEarningTemplates()Get earningTemplatesEmployeePayTemplate.getEarningTemplates()Get earningTemplatesMethods in com.xero.models.payrollnz with parameters of type EarningsTemplateModifier and TypeMethodDescriptionEmployeeEarningsTemplates.addEarningTemplatesItem(EarningsTemplate earningTemplatesItem) earningTemplatesEmployeePayTemplate.addEarningTemplatesItem(EarningsTemplate earningTemplatesItem) earningTemplatesEarningsTemplateObject.earningTemplate(EarningsTemplate earningTemplate) earningTemplatevoidEarningsTemplateObject.setEarningTemplate(EarningsTemplate earningTemplate) earningTemplateMethod parameters in com.xero.models.payrollnz with type arguments of type EarningsTemplateModifier and TypeMethodDescriptionEmployeeEarningsTemplates.earningTemplates(List<EarningsTemplate> earningTemplates) earningTemplatesEmployeePayTemplate.earningTemplates(List<EarningsTemplate> earningTemplates) earningTemplatesvoidEmployeeEarningsTemplates.setEarningTemplates(List<EarningsTemplate> earningTemplates) earningTemplatesvoidEmployeePayTemplate.setEarningTemplates(List<EarningsTemplate> earningTemplates) earningTemplates