tock / ai.tock.bot.connector.ga.model.response.transaction.v3 / GAReservationItemExtension

GAReservationItemExtension

data class GAReservationItemExtension (source)

See Also

https

Constructors

<init>

GAReservationItemExtension(status: GAReservationStatus = GAReservationStatus.RESERVATION_STATUS_UNSPECIFIED, userVisibleStatusLabel: String, type: GAReservationType? = GAReservationType.RESERVATION_TYPE_UNSPECIFIED, confirmationCode: String? = null, reservationTime: GATime? = null, userAcceptableTimeRange: GATime? = null, partySize: Int? = null, staffFacilitators: List<GAStaffFacilitator>? = null, location: GALocation? = null)

Properties

confirmationCode

val confirmationCode: String?

location

val location: GALocation?

partySize

val partySize: Int?

reservationTime

val reservationTime: GATime?

staffFacilitators

val staffFacilitators: List<GAStaffFacilitator>?

status

val status: GAReservationStatus

type

val type: GAReservationType?

userAcceptableTimeRange

val userAcceptableTimeRange: GATime?

userVisibleStatusLabel

val userVisibleStatusLabel: String