Booking
Class representation of a booking.
Constructors
Link copied to clipboard
public Booking Booking(@Json(name = "booking_id" ) String bookingId, @Json(name = "event_id" ) String eventId, @Json(name = "title" ) String title, @Json(name = "organizer" ) BookingOrganizer organizer, @Json(name = "status" ) BookingStatus status, @Json(name = "description" ) String description)
Properties
Functions
Link copied to clipboard
The unique ID of the booking.
Link copied to clipboard
The description of the event.
Link copied to clipboard
The unique ID of the event associated with the booking.
Link copied to clipboard
The participant designated as the organizer of the event.
Link copied to clipboard
The current status of the booking.