Uses of Class
com.xero.models.payrolluk.EmployeeOpeningBalances
-
Packages that use EmployeeOpeningBalances Package Description com.xero.api.client com.xero.models.payrolluk -
-
Uses of EmployeeOpeningBalances in com.xero.api.client
Methods in com.xero.api.client with parameters of type EmployeeOpeningBalances Modifier and Type Method Description EmployeeOpeningBalancesObjectPayrollUkApi. createEmployeeOpeningBalances(String accessToken, String xeroTenantId, UUID employeeID, EmployeeOpeningBalances employeeOpeningBalances)Creates an opening balance for a specific employeecom.google.api.client.http.HttpResponsePayrollUkApi. createEmployeeOpeningBalancesForHttpResponse(String accessToken, String xeroTenantId, UUID employeeID, EmployeeOpeningBalances employeeOpeningBalances)Creates an opening balance for a specific employeeEmployeeOpeningBalancesObjectPayrollUkApi. updateEmployeeOpeningBalances(String accessToken, String xeroTenantId, UUID employeeID, EmployeeOpeningBalances employeeOpeningBalances)Updates a specific employee's opening balancescom.google.api.client.http.HttpResponsePayrollUkApi. updateEmployeeOpeningBalancesForHttpResponse(String accessToken, String xeroTenantId, UUID employeeID, EmployeeOpeningBalances employeeOpeningBalances)Updates a specific employee's opening balances -
Uses of EmployeeOpeningBalances in com.xero.models.payrolluk
Methods in com.xero.models.payrolluk that return EmployeeOpeningBalances Modifier and Type Method Description EmployeeOpeningBalancesEmployeeOpeningBalancesObject. getOpeningBalances()Get openingBalancesEmployeeOpeningBalancesEmployeeOpeningBalances. priorEmployeeNumber(Double priorEmployeeNumber)The unique employee number issued by the employee's former employerEmployeeOpeningBalancesEmployeeOpeningBalances. statutoryAdoptionPay(Double statutoryAdoptionPay)The total accumulated statutory adoption pay amount received by the employee for current fiscal year to dateEmployeeOpeningBalancesEmployeeOpeningBalances. statutoryMaternityPay(Double statutoryMaternityPay)The total accumulated statutory maternity pay amount received by the employee for current fiscal year to dateEmployeeOpeningBalancesEmployeeOpeningBalances. statutoryPaternityPay(Double statutoryPaternityPay)The total accumulated statutory paternity pay amount received by the employee for current fiscal year to dateEmployeeOpeningBalancesEmployeeOpeningBalances. statutorySharedParentalPay(Double statutorySharedParentalPay)The total accumulated statutory shared parental pay amount received by the employee for current fiscal year to dateEmployeeOpeningBalancesEmployeeOpeningBalances. 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 EmployeeOpeningBalances Modifier and Type Method Description EmployeeOpeningBalancesObjectEmployeeOpeningBalancesObject. openingBalances(EmployeeOpeningBalances openingBalances)openingBalancesvoidEmployeeOpeningBalancesObject. setOpeningBalances(EmployeeOpeningBalances openingBalances)openingBalances
-