priorNoticeStartDay

@SerialName(value = "prior_notice_start_day")
val priorNoticeStartDay: Int?(source)

Earliest day before travel to make the booking request (e.g. "Ride can be booked at the earliest one week in advance at midnight" will be encoded as prior_notice_start_day=7). Forbidden for real-time booking (booking_type=0). Forbidden for same-day booking with advance notice (booking_type=1) if prior_notice_duration_max is defined. Optional otherwise.