BookingRule
constructor(bookingRuleId: String, bookingType: BookingType, priorNoticeDurationMin: WholeMinutes? = null, priorNoticeDurationMax: WholeMinutes? = null, priorNoticeLastDay: Int? = null, priorNoticeLastTime: ServiceTime? = null, priorNoticeStartDay: Int? = null, priorNoticeStartTime: ServiceTime? = null, priorNoticeServiceId: String? = null, message: String? = null, pickupMessage: String? = null, dropOffMessage: String? = null, phoneNumber: String? = null, infoUrl: Url? = null, bookingUrl: Url? = null)(source)