BookingType

value class BookingType(val value: Int)(source)

Indicates how far in advance booking can be made.

Valid options are:

  • Real-time booking: To be used with wait_time

  • Up to same-day booking with advance notice

  • Up to prior day(s) booking

Constructors

Link copied to clipboard
constructor(value: Int)

Types

Link copied to clipboard
object Companion

Companion object containing predefined booking type constants.

Properties

Link copied to clipboard
val value: Int

The numeric value used in the GOFS feed for this booking type.