Inttegro Web SDKs - v0.1.0
    Preparing search index...

    Interface InttegroRuntime

    The validated runtime currently served from Inttegro's controlled origin.

    Obtain this object from loadInttegro; do not read or fabricate the browser global directly.

    interface InttegroRuntime {
        protocolVersion: number;
        version: string;
        createCheckout(options: CheckoutOptions): CheckoutController;
    }
    Index
    protocolVersion: number

    Major browser-to-frame messaging protocol implemented by this runtime. The loader rejects runtimes that do not implement the supported version.

    version: string

    Hosted runtime release currently executing on the page.