ReservationTimeSlot - gomeddo/js-sdk GitHub Wiki
TimeSlot used to list all the possible reservations for a specific timeslot.
Instance properties
Inherits properties from its parent, TimeSlot.
reservations
List of Reservation objects.
Instance methods
Inherits methods from its parent, TimeSlot.
getReservations
Syntax
getReservations()
Return value: A list of Reservation objects.
Description
Gets a list of all the possible reservations for this timeslot.
numberOfReservations
Syntax
numberOfReservations()
Return value: The number of Reservation objects for this timeslot.
Description
Gets the number of reservations available for this timeslot.