BookingRules
data class BookingRules(val bookingRules: List<BookingRule>) : GofsFeedData, List<BookingRule> (source)
Defines rules about how to book a ride.
If available, users can either book a ride in real-time, for the same day with an advance notice or for a future day.