Represents an individual booking associated with an activity. BookingInfo

Hierarchy

  • BookingInfo

Properties

booking_id: ObjectId

Unique identifier for the booking.

payment_id: ObjectId

Unique identifier for the payment associated with the booking.

totalNumberOfGuests: number

Total number of guests for the booking.

totalPricePreTaxes: number

Total price of the booking before taxes.

user_id: ObjectId

Unique identifier for the user who made the booking.

Generated using TypeDoc