| Package | Description |
|---|---|
| com.xero.models.payrollau |
| Modifier and Type | Method and Description |
|---|---|
LeaveBalance |
LeaveBalance.leaveName(String leaveName) |
LeaveBalance |
LeaveBalance.leaveTypeID(String leaveTypeID) |
LeaveBalance |
LeaveBalance.numberOfUnits(Double numberOfUnits) |
LeaveBalance |
LeaveBalance.typeOfUnits(String typeOfUnits) |
| Modifier and Type | Method and Description |
|---|---|
List<LeaveBalance> |
Employee.getLeaveBalances()
Get leaveBalances
|
| Modifier and Type | Method and Description |
|---|---|
Employee |
Employee.addLeaveBalancesItem(LeaveBalance leaveBalancesItem) |
| Modifier and Type | Method and Description |
|---|---|
Employee |
Employee.leaveBalances(List<LeaveBalance> leaveBalances) |
void |
Employee.setLeaveBalances(List<LeaveBalance> leaveBalances) |
Copyright © 2020. All rights reserved.