Typescript SDK Type Docs
    Preparing search index...

    Interface CheckoutCancelled

    Generated when the customer cancels the checkout process.

    interface CheckoutCancelled {
        code: "checkout_cancelled";
        correlationId: string;
        message: string;
        severity: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    code: "checkout_cancelled"

    Message code for the event.

    correlationId: string

    Unique identifier of the event.

    message: string

    Checkout cancelled.

    severity: string

    info