Package Booking
object
Provides information about a customer’s choices made while booking a package.
Attributes
package_booking.id
string
The unique id of the package booking.
package_booking.package
The package that the customer is booking.
package_booking.adult_count
number
The number of guests that the customer is booking the package for.
package_booking.selected_start_date
Date
The customer’s chosen date for the package.
It will return nil
if the customer hasn’t chosen a date.
package_booking.selected_start_time
string
The customer’s chosen time for the package. Formatted as “HH:MM”, in 24-hour clock time, e.g. “09:30”.
It will return nil
if the customer hasn’t chosen a time.