Reschedule Booking Query Params
Class representation of the query parameters for rescheduling a booking.
Constructors
Link copied to clipboard
public RescheduleBookingQueryParams RescheduleBookingQueryParams(@Json(name = "configuration_id" ) String configurationId, @Json(name = "slug" ) String slug, @Json(name = "client_id" ) String clientId)
Types
Link copied to clipboard
Builder for RescheduleBookingQueryParams.
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Convert the query parameters to a json-formatted map.
Link copied to clipboard
The client ID that was used to create the Configuration object.
Link copied to clipboard
The ID of the Configuration object whose settings are used for calculating availability.