Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ReservationReservationItemExtension

Reservation orders like restaurant, haircut etc.

Line item contents for reservation orders like restaurant, haircut etc.

Line item contents for reservation orders like restaurant, haircut etc.

Hierarchy

  • ReservationReservationItemExtension

Properties

Optional confirmationCode

confirmationCode: undefined | string

Confirmation code for this reservation.

Optional location

location: V2Location

Location of the service/event.

Optional partySize

partySize: undefined | number

The number of people.

Optional reservationTime

reservationTime: Time

Time when the service/event is scheduled to occur. Can be a time range, a date, or an exact date time.

Optional staffFacilitators

staffFacilitators: ReservationStaffFacilitator[]

Staff facilitators who will be servicing the reservation. Ex. The hairstylist.

Optional status

Required: Reservation status.

Optional type

Type of reservation. May be unset if none of the type options is applicable.

Optional userAcceptableTimeRange

userAcceptableTimeRange: Time

Time range that is acceptable to the user.

Optional userVisibleStatusLabel

userVisibleStatusLabel: undefined | string

Required: User visible label/string for the status. Max allowed length is 50 chars.

Generated using TypeDoc