Uses of Class
com.xero.models.payrolluk.EmployeeOpeningBalances
Packages that use EmployeeOpeningBalances
-
Uses of EmployeeOpeningBalances in com.xero.api.client
Methods in com.xero.api.client with parameters of type EmployeeOpeningBalancesModifier and TypeMethodDescriptionPayrollUkApi.createEmployeeOpeningBalances(String accessToken, String xeroTenantId, UUID employeeID, EmployeeOpeningBalances employeeOpeningBalances, String idempotencyKey) Creates an opening balance for a specific employeecom.google.api.client.http.HttpResponsePayrollUkApi.createEmployeeOpeningBalancesForHttpResponse(String accessToken, String xeroTenantId, UUID employeeID, EmployeeOpeningBalances employeeOpeningBalances, String idempotencyKey) Creates an opening balance for a specific employeePayrollUkApi.updateEmployeeOpeningBalances(String accessToken, String xeroTenantId, UUID employeeID, EmployeeOpeningBalances employeeOpeningBalances, String idempotencyKey) Updates a specific employee's opening balancescom.google.api.client.http.HttpResponsePayrollUkApi.updateEmployeeOpeningBalancesForHttpResponse(String accessToken, String xeroTenantId, UUID employeeID, EmployeeOpeningBalances employeeOpeningBalances, String idempotencyKey) Updates a specific employee's opening balances -
Uses of EmployeeOpeningBalances in com.xero.models.payrolluk
Methods in com.xero.models.payrolluk that return EmployeeOpeningBalancesModifier and TypeMethodDescriptionEmployeeOpeningBalancesObject.getOpeningBalances()Get openingBalancesEmployeeOpeningBalances.priorEmployeeNumber(Double priorEmployeeNumber) The unique employee number issued by the employee's former employerEmployeeOpeningBalances.statutoryAdoptionPay(Double statutoryAdoptionPay) The total accumulated statutory adoption pay amount received by the employee for current fiscal year to dateEmployeeOpeningBalances.statutoryMaternityPay(Double statutoryMaternityPay) The total accumulated statutory maternity pay amount received by the employee for current fiscal year to dateEmployeeOpeningBalances.statutoryPaternityPay(Double statutoryPaternityPay) The total accumulated statutory paternity pay amount received by the employee for current fiscal year to dateEmployeeOpeningBalances.statutorySharedParentalPay(Double statutorySharedParentalPay) The total accumulated statutory shared parental pay amount received by the employee for current fiscal year to dateEmployeeOpeningBalances.statutorySickPay(Double statutorySickPay) The total accumulated statutory sick pay amount received by the employee for current fiscal year to dateMethods in com.xero.models.payrolluk with parameters of type EmployeeOpeningBalancesModifier and TypeMethodDescriptionEmployeeOpeningBalancesObject.openingBalances(EmployeeOpeningBalances openingBalances) openingBalancesvoidEmployeeOpeningBalancesObject.setOpeningBalances(EmployeeOpeningBalances openingBalances) openingBalances