Uses of Class
com.xero.models.payrolluk.SalaryAndWage
-
Packages that use SalaryAndWage Package Description com.xero.api.client com.xero.models.payrolluk -
-
Uses of SalaryAndWage in com.xero.api.client
Methods in com.xero.api.client with parameters of type SalaryAndWage Modifier and Type Method Description SalaryAndWageObjectPayrollUkApi. createEmployeeSalaryAndWage(String accessToken, String xeroTenantId, UUID employeeID, SalaryAndWage salaryAndWage)Creates a salary and wage record for a specific employeecom.google.api.client.http.HttpResponsePayrollUkApi. createEmployeeSalaryAndWageForHttpResponse(String accessToken, String xeroTenantId, UUID employeeID, SalaryAndWage salaryAndWage)Creates a salary and wage record for a specific employeeSalaryAndWageObjectPayrollUkApi. updateEmployeeSalaryAndWage(String accessToken, String xeroTenantId, UUID employeeID, UUID salaryAndWagesID, SalaryAndWage salaryAndWage)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)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 SalaryAndWage Modifier and Type Method Description SalaryAndWageSalaryAndWage. annualSalary(Double annualSalary)The annual salarySalaryAndWageSalaryAndWage. earningsRateID(UUID earningsRateID)Xero unique identifier for an earnings rateSalaryAndWageSalaryAndWage. effectiveFrom(org.threeten.bp.LocalDate effectiveFrom)The effective date of the corresponding salary and wagesSalaryAndWageSalaryAndWageObject. getSalaryAndWages()Get salaryAndWagesSalaryAndWageSalaryAndWage. numberOfUnitsPerDay(Double numberOfUnitsPerDay)The Number of Units per day for the corresponding salary and wagesSalaryAndWageSalaryAndWage. numberOfUnitsPerWeek(Double numberOfUnitsPerWeek)The Number of Units per week for the corresponding salary and wagesSalaryAndWageSalaryAndWage. paymentType(SalaryAndWage.PaymentTypeEnum paymentType)The type of the payment of the corresponding salary and wagesSalaryAndWageSalaryAndWage. ratePerUnit(Double ratePerUnit)The rate of each unit for the corresponding salary and wagesSalaryAndWageSalaryAndWage. salaryAndWagesID(UUID salaryAndWagesID)Xero unique identifier for a salary and wages recordSalaryAndWageSalaryAndWage. 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 SalaryAndWage Modifier and Type Method Description List<SalaryAndWage>SalaryAndWages. getSalaryAndWages()Get salaryAndWagesMethods in com.xero.models.payrolluk with parameters of type SalaryAndWage Modifier and Type Method Description SalaryAndWagesSalaryAndWages. addSalaryAndWagesItem(SalaryAndWage salaryAndWagesItem)salaryAndWagesSalaryAndWageObjectSalaryAndWageObject. salaryAndWages(SalaryAndWage salaryAndWages)salaryAndWagesvoidSalaryAndWageObject. setSalaryAndWages(SalaryAndWage salaryAndWages)salaryAndWagesMethod parameters in com.xero.models.payrolluk with type arguments of type SalaryAndWage Modifier and Type Method Description SalaryAndWagesSalaryAndWages. salaryAndWages(List<SalaryAndWage> salaryAndWages)salaryAndWagesvoidSalaryAndWages. setSalaryAndWages(List<SalaryAndWage> salaryAndWages)salaryAndWages
-