Options
All
  • Public
  • Public/Protected
  • All
Menu

A guest that can be associated with a bookable item.

Hierarchy

  • Node<Graph.CartGuest>
    • CartGuest

Index

Properties

email

email: any

Email address, if provided.

firstName

firstName: string

First name, if provided.

id

id: string

ID of the guest.

label

label: string

Name of the guest if provided, otherwise a user-friendly fallback name that uniquely identifies the guest.

lastName

lastName: string

Last name, if provided.

number

number: number

Positive ordinal number starting at 1.

This is for display purposes, don't use this to uniquely identify guests. Use the id field for that instead. Also, don't assume this scheme follows any predefined ordering.

phoneNumber

phoneNumber: any

Mobile phone, if provided.

Generated using TypeDoc