Booking
BookingAPI Booking entity.
Implements
Fields
bookingSlots (
[BookingSlot!]!)
The BookingSlots associated with the Booking.
createdAt (
ISO8601DateTime!)
Create DateTime.
customer (
Customer)
The Customer associated with the Booking.
externalCode (
String!)
User defined identifier.
id (
ID!)
Identifies the primary key from the database.
metadata (
JSON!)
Metadata associated with the entity.
organizationId (
ID!)
Primary key of the Organization associated with the Service.
status (
StatusEnum!)
The status of the Booking.
updatedAt (
ISO8601DateTime!)
Update DateTime.