Description
The BookingAvailabilty object contains a list of BookingAvailabilityDates for a given Product and ProductBookableLocation within a date range.
Attributes
| Attribute | Type | Description |
|---|---|---|
dates |
List[BookingAvailabilityDate] | Returns the Date for this BookingAvailability |
has_availability? |
Boolean | Returns true if this BookingAvailability has any availabilities |
nearest_future_date |
Timestamp | Returns the ProductBookableLocation for this BookingAvailability |
nearest_past_date |
Timestamp | Returns a list of TimeSlots for this BookingAvailability |