Uses of Class
com.xero.models.payrollnz.SalaryAndWages
-
Packages that use SalaryAndWages Package Description com.xero.api.client com.xero.models.payrollnz -
-
Uses of SalaryAndWages in com.xero.api.client
Methods in com.xero.api.client that return SalaryAndWages Modifier and Type Method Description SalaryAndWagesPayrollNzApi. getEmployeeSalaryAndWage(String accessToken, String xeroTenantId, UUID employeeID, UUID salaryAndWagesID)Retrieves an employee's salary and wages record by using a unique salary and wage IDSalaryAndWagesPayrollNzApi. getEmployeeSalaryAndWages(String accessToken, String xeroTenantId, UUID employeeID, Integer page)Retrieves an employee's salary and wages -
Uses of SalaryAndWages in com.xero.models.payrollnz
Methods in com.xero.models.payrollnz 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
-