Booking Config
data class BookingConfig(val dailyBooking: Boolean? = false, val timeBooking: Boolean? = false, val attendeesPresent: Boolean? = false, val hasRecurring: Boolean? = false, val constraints: BookingConstraints? = null) : Parcelable
Constructors
Link copied to clipboard
constructor(dailyBooking: Boolean? = false, timeBooking: Boolean? = false, attendeesPresent: Boolean? = false, hasRecurring: Boolean? = false, constraints: BookingConstraints? = null)
Properties
Link copied to clipboard
a boolean to indicate if is attendees are present
Link copied to clipboard
constraints for the booking
Link copied to clipboard
a boolean to indicate if is a daily booking
Link copied to clipboard
a boolean to indicate if recurring booking
Link copied to clipboard
a boolean to indicate if is a time booking