Describes the pick-up details for an activity. PickUpDetails

Hierarchy

  • PickUpDetails

Properties

customerPickUpPoint: boolean

Indicates whether the customer can choose a pick-up point.

dropOffPoint?: {
    address: string;
    lat: number;
    lng: number;
}

Specifies the drop-off point, if applicable.

Type declaration

  • address: string
  • lat: number
  • lng: number
hasPickUp: boolean

Indicates whether there is a pick-up service for the activity.

pickUpPoint?: {
    address: string;
    lat: number;
    lng: number;
}

Specifies the pick-up point, if applicable.

Type declaration

  • address: string
  • lat: number
  • lng: number

Generated using TypeDoc