ConfirmBookingRequest

public final class ConfirmBookingRequest

Class representation of the request body for confirming a booking.

Constructors

Link copied to clipboard
public ConfirmBookingRequest ConfirmBookingRequest(@Json(name = "status") ConfirmBookingStatus status, @Json(name = "salt") String salt, @Json(name = "cancellation_reason") String cancellationReason)

Types

Link copied to clipboard
public final class Builder

Properties

Link copied to clipboard
private final String cancellationReason

The reason the booking is being cancelled.

Link copied to clipboard
private final String salt

The salt extracted from the booking reference embedded in the organizer confirmation link.

Link copied to clipboard

Functions

Link copied to clipboard

The reason the booking is being cancelled.

Link copied to clipboard
public final String getSalt()

The salt extracted from the booking reference embedded in the organizer confirmation link.

Link copied to clipboard