Uses of Class
com.xero.models.payrollnz.EmployeeTaxObject
-
Packages that use EmployeeTaxObject Package Description com.xero.api.client com.xero.models.payrollnz -
-
Uses of EmployeeTaxObject in com.xero.api.client
Methods in com.xero.api.client that return EmployeeTaxObject Modifier and Type Method Description EmployeeTaxObjectPayrollNzApi. getEmployeeTax(String accessToken, String xeroTenantId, UUID employeeID)Retrieves tax records for a specific employeeEmployeeTaxObjectPayrollNzApi. updateEmployeeTax(String accessToken, String xeroTenantId, UUID employeeID, EmployeeTax employeeTax)Updates the tax records for a specific employee -
Uses of EmployeeTaxObject in com.xero.models.payrollnz
Methods in com.xero.models.payrollnz that return EmployeeTaxObject Modifier and Type Method Description EmployeeTaxObjectEmployeeTaxObject. employeeTax(EmployeeTax employeeTax)employeeTaxEmployeeTaxObjectEmployeeTaxObject. pagination(Pagination pagination)paginationEmployeeTaxObjectEmployeeTaxObject. problem(Problem problem)problem
-