The booking objectThe booking object allows you to manage bookings for a transaction.Attributes *id** integer The unique id for the booking object. *item** object The item associated with the booking, an instance of the item object. *time** object The time associated with the booking, an instance of the time object *bookingdate** _date The date of the booking. *bookingtime** _time The time of the booking. *bookingend** _time The end time of the booking. *duration** positive integer The duration of the booking. *totalquantity** _positive integer The total quantity of spaces for the booking. *quantities** array_objects The quantities of item pricing categories for this booking. *extras** array_objects The item extras for this booking. *extrastotal** _positive float or zero The total of extras for a booking. *price** positive float or zero The booking subtotal. *discount** positive float or zero The total discount value of the booking. *fee** positive float or zero The fee value of the booking. *tax** positive float or zero The tax value of the booking. *total** positive float or zero The total for the booking. *status** string The status of the booking. *participants** array_objects The participants for this booking.