nylas
    Preparing search index...

    Interface ConfirmBookingParams

    The parameters for the Bookings.confirm method

    interface ConfirmBookingParams {
        bookingId: string;
        queryParams?: FindBookingQueryParams;
        requestBody: ConfirmBookingRequest;
    }
    Index

    Properties

    bookingId: string

    The id of the Booking to retrieve. Use "primary" to refer to the primary booking associated with grant.

    The query parameters to include in the request

    The values to confirm the Booking with