BookingInfo

data class BookingInfo(val type: String?, val detail: String?)

Represents booking information from Prismic in the Discovery API.

Holds details about booking type and description.

Constructors

Link copied to clipboard
constructor(type: String?, detail: String?)

Properties

Link copied to clipboard

The booking details, if available.

Link copied to clipboard
val type: String?

The type of booking, if available.