Uses of Class
com.xero.models.payrolluk.SalaryAndWage
Packages that use SalaryAndWage
-
Uses of SalaryAndWage in com.xero.api.client
Methods in com.xero.api.client with parameters of type SalaryAndWageModifier and TypeMethodDescriptionPayrollUkApi.createEmployeeSalaryAndWage(String accessToken, String xeroTenantId, UUID employeeID, SalaryAndWage salaryAndWage, String idempotencyKey) Creates a salary and wage record for a specific employeecom.google.api.client.http.HttpResponsePayrollUkApi.createEmployeeSalaryAndWageForHttpResponse(String accessToken, String xeroTenantId, UUID employeeID, SalaryAndWage salaryAndWage, String idempotencyKey) Creates a salary and wage record for a specific employeePayrollUkApi.updateEmployeeSalaryAndWage(String accessToken, String xeroTenantId, UUID employeeID, UUID salaryAndWagesID, SalaryAndWage salaryAndWage, String idempotencyKey) Updates salary and wages record for a specific employeecom.google.api.client.http.HttpResponsePayrollUkApi.updateEmployeeSalaryAndWageForHttpResponse(String accessToken, String xeroTenantId, UUID employeeID, UUID salaryAndWagesID, SalaryAndWage salaryAndWage, String idempotencyKey) Updates salary and wages record for a specific employee -
Uses of SalaryAndWage in com.xero.models.payrolluk
Methods in com.xero.models.payrolluk that return SalaryAndWageModifier and TypeMethodDescriptionSalaryAndWage.annualSalary(Double annualSalary) The annual salarySalaryAndWage.earningsRateID(UUID earningsRateID) Xero unique identifier for an earnings rateSalaryAndWage.effectiveFrom(org.threeten.bp.LocalDate effectiveFrom) The effective date of the corresponding salary and wagesSalaryAndWageObject.getSalaryAndWages()Get salaryAndWagesSalaryAndWage.numberOfUnitsPerDay(Double numberOfUnitsPerDay) The Number of Units per day for the corresponding salary and wagesSalaryAndWage.numberOfUnitsPerWeek(Double numberOfUnitsPerWeek) The Number of Units per week for the corresponding salary and wagesSalaryAndWage.paymentType(SalaryAndWage.PaymentTypeEnum paymentType) The type of the payment of the corresponding salary and wagesSalaryAndWage.ratePerUnit(Double ratePerUnit) The rate of each unit for the corresponding salary and wagesSalaryAndWage.salaryAndWagesID(UUID salaryAndWagesID) Xero unique identifier for a salary and wages recordSalaryAndWage.status(SalaryAndWage.StatusEnum status) The current status of the corresponding salary and wagesMethods in com.xero.models.payrolluk that return types with arguments of type SalaryAndWageMethods in com.xero.models.payrolluk with parameters of type SalaryAndWageModifier and TypeMethodDescriptionSalaryAndWages.addSalaryAndWagesItem(SalaryAndWage salaryAndWagesItem) salaryAndWagesSalaryAndWageObject.salaryAndWages(SalaryAndWage salaryAndWages) salaryAndWagesvoidSalaryAndWageObject.setSalaryAndWages(SalaryAndWage salaryAndWages) salaryAndWagesMethod parameters in com.xero.models.payrolluk with type arguments of type SalaryAndWageModifier and TypeMethodDescriptionSalaryAndWages.salaryAndWages(List<SalaryAndWage> salaryAndWages) salaryAndWagesvoidSalaryAndWages.setSalaryAndWages(List<SalaryAndWage> salaryAndWages) salaryAndWages