Uses of Class
com.xero.models.payrolluk.EmployeeOpeningBalancesObject
Packages that use EmployeeOpeningBalancesObject
-
Uses of EmployeeOpeningBalancesObject in com.xero.api.client
Methods in com.xero.api.client that return EmployeeOpeningBalancesObjectModifier and TypeMethodDescriptionPayrollUkApi.createEmployeeOpeningBalances(String accessToken, String xeroTenantId, UUID employeeID, EmployeeOpeningBalances employeeOpeningBalances, String idempotencyKey) Creates an opening balance for a specific employeePayrollUkApi.getEmployeeOpeningBalances(String accessToken, String xeroTenantId, UUID employeeID) Retrieves a specific employee's openingbalances using a unique employee IDPayrollUkApi.updateEmployeeOpeningBalances(String accessToken, String xeroTenantId, UUID employeeID, EmployeeOpeningBalances employeeOpeningBalances, String idempotencyKey) Updates a specific employee's opening balances -
Uses of EmployeeOpeningBalancesObject in com.xero.models.payrolluk
Methods in com.xero.models.payrolluk that return EmployeeOpeningBalancesObjectModifier and TypeMethodDescriptionEmployeeOpeningBalancesObject.openingBalances(EmployeeOpeningBalances openingBalances) openingBalancesEmployeeOpeningBalancesObject.pagination(Pagination pagination) paginationproblem