RealtimeBookings
data class RealtimeBookings(val realtimeBookings: List<RealtimeBooking>) : GofsFeedData, List<RealtimeBooking> (source)
Provides time/cost estimates and realtime booking information for specific locations.
This dynamic query can be used in situations where a provider expects to have more fine-grained or accurate booking information for a given trip, compared to what is available via other endpoints.