Typescript SDK Type Docs
    Preparing search index...

    Interface CheckoutLoaded

    Generated when Checkout is loaded and waiting for the configuration properties to be passed with the checkoutFlow or paymentFlow method.

    interface CheckoutLoaded {
        code: "checkout_loaded";
        correlationId: string;
        message: string;
        severity: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    code: "checkout_loaded"

    Message code for the event.

    correlationId: string

    Unique identifier of the event.

    message: string

    Checkout loaded.

    severity: string

    info