Create insurance quotes for an in-progress booking
Given a booking id, it updates the booking appropriately to be considered as an actual traveler on the trip (not longer in the waitlist)
the booking object to get off the waitlist
Get or create users from travelers information *
Returns the trip checkout information for a given tripId. Will throw an exception if doesn't find the trip
Returns the waitlisted booking for the customer in case it exists
Validates a booking before its creation
Validates the travelers associated with a Booking
Creates a booking instance from the BookingCreateParams