nylas
    Preparing search index...

    Interface ConfirmBookingRequest

    interface ConfirmBookingRequest {
        cancellationReason?: string;
        salt: string;
        status: ConfirmBookingStatus;
    }
    Index

    Properties

    cancellationReason?: string

    The reason that the booking is being cancelled

    salt: string

    The salt extracted from the booking reference embedded in the organizer confirmation link, encoded as a URL-safe base64 string (without padding).

    The action to take on the pending booking