| Package | Description |
|---|---|
| com.xero.api.client | |
| com.xero.models.payrolluk |
| Modifier and Type | Method and Description |
|---|---|
EmployeeOpeningBalancesObject |
PayrollUkApi.createEmployeeOpeningBalances(String accessToken,
String xeroTenantId,
UUID employeeId,
EmployeeOpeningBalances employeeOpeningBalances)
creates employee opening balances
|
com.google.api.client.http.HttpResponse |
PayrollUkApi.createEmployeeOpeningBalancesForHttpResponse(String accessToken,
String xeroTenantId,
UUID employeeId,
EmployeeOpeningBalances employeeOpeningBalances) |
EmployeeOpeningBalancesObject |
PayrollUkApi.updateEmployeeOpeningBalances(String accessToken,
String xeroTenantId,
UUID employeeId,
EmployeeOpeningBalances employeeOpeningBalances)
updates employee opening balances
|
com.google.api.client.http.HttpResponse |
PayrollUkApi.updateEmployeeOpeningBalancesForHttpResponse(String accessToken,
String xeroTenantId,
UUID employeeId,
EmployeeOpeningBalances employeeOpeningBalances) |
| Modifier and Type | Method and Description |
|---|---|
EmployeeOpeningBalances |
EmployeeOpeningBalancesObject.getOpeningBalances()
Get openingBalances
|
EmployeeOpeningBalances |
EmployeeOpeningBalances.priorEmployeeNumber(Double priorEmployeeNumber) |
EmployeeOpeningBalances |
EmployeeOpeningBalances.statutoryAdoptionPay(Double statutoryAdoptionPay) |
EmployeeOpeningBalances |
EmployeeOpeningBalances.statutoryMaternityPay(Double statutoryMaternityPay) |
EmployeeOpeningBalances |
EmployeeOpeningBalances.statutoryPaternityPay(Double statutoryPaternityPay) |
EmployeeOpeningBalances |
EmployeeOpeningBalances.statutorySharedParentalPay(Double statutorySharedParentalPay) |
EmployeeOpeningBalances |
EmployeeOpeningBalances.statutorySickPay(Double statutorySickPay) |
| Modifier and Type | Method and Description |
|---|---|
EmployeeOpeningBalancesObject |
EmployeeOpeningBalancesObject.openingBalances(EmployeeOpeningBalances openingBalances) |
void |
EmployeeOpeningBalancesObject.setOpeningBalances(EmployeeOpeningBalances openingBalances) |
Copyright © 2020. All rights reserved.