LeaveType |
LeaveType.currentRecord(Boolean currentRecord) |
Is the current record
|
LeaveType |
LeaveType.isPaidLeave(Boolean isPaidLeave) |
Set this to indicate that an employee will be paid when taking this type of leave
|
LeaveType |
LeaveType.leaveLoadingRate(Double leaveLoadingRate) |
Enter an amount here if your organisation pays an additional percentage on top of ordinary
earnings when your employees take leave (typically 17.5%)
|
LeaveType |
LeaveType.leaveTypeID(UUID leaveTypeID) |
Xero identifier
|
LeaveType |
LeaveType.name(String name) |
Name of the earnings rate (max length = 100)
|
LeaveType |
LeaveType.normalEntitlement(Double normalEntitlement) |
The number of units the employee is entitled to each year
|
LeaveType |
LeaveType.showOnPayslip(Boolean showOnPayslip) |
Set this if you want a balance for this leave type to be shown on your employee’s payslips
|
LeaveType |
LeaveType.typeOfUnits(String typeOfUnits) |
The type of units by which leave entitlements are normally tracked.
|