HolidayEntitlementInformation
Contains information regard employee holiday entitlement, used leave and remaining leave
type HolidayEntitlementInformation {
holidayEntitlement: Int!
remainingHoliday: Int!
usedHoliday: Int!
}
Fields
HolidayEntitlementInformation.holidayEntitlement ● Int! non-null scalar
Holiday entitlement for the given employee in days, optional. Shows the total number of days valid for the current period.
HolidayEntitlementInformation.remainingHoliday ● Int! non-null scalar
Overtime hours of the given employee for the current month in days, optional (only if holiday entitlement is provided for employee).
HolidayEntitlementInformation.usedHoliday ● Int! non-null scalar
Used holiday by the given employee in days. Shows the total number of days valid for the current period.
Member Of
EmployeeLeaveInformation object