Uses of Class
com.xero.models.payrolluk.SalaryAndWages
-
Packages that use SalaryAndWages Package Description com.xero.api.client com.xero.models.payrolluk -
-
Uses of SalaryAndWages in com.xero.api.client
Methods in com.xero.api.client that return SalaryAndWages Modifier and Type Method Description SalaryAndWagesPayrollUkApi. getEmployeeSalaryAndWage(String accessToken, String xeroTenantId, UUID employeeID, UUID salaryAndWagesID)Retrieves a specific salary and wages record for a specific employee using a unique salary and wage idSalaryAndWagesPayrollUkApi. getEmployeeSalaryAndWages(String accessToken, String xeroTenantId, UUID employeeID, Integer page)Retrieves a specific employee's salary and wages by using a unique employee ID -
Uses of SalaryAndWages in com.xero.models.payrolluk
Methods in com.xero.models.payrolluk that return SalaryAndWages Modifier and Type Method Description SalaryAndWagesSalaryAndWages. addSalaryAndWagesItem(SalaryAndWage salaryAndWagesItem)salaryAndWagesSalaryAndWagesSalaryAndWages. pagination(Pagination pagination)paginationSalaryAndWagesSalaryAndWages. problem(Problem problem)problemSalaryAndWagesSalaryAndWages. salaryAndWages(List<SalaryAndWage> salaryAndWages)salaryAndWages
-