BookingRule
constructor(fromZoneIds: List<String>, toZoneIds: List<String>?, bookingType: BookingType, priorNoticeDurationMin: WholeMinutes? = null, priorNoticeDurationMax: WholeMinutes? = null, priorNoticeLastDay: Int? = null, priorNoticeLastTime: ServiceTime? = null, priorNoticeStartDay: Int? = null, priorNoticeStartTime: ServiceTime? = null, priorNoticeCalendarId: String? = null, message: String? = null, pickupMessage: String? = null, dropOffMessage: String? = null, phoneNumber: String? = null, infoUrl: String? = null, bookingUrl: String? = null)(source)