@usethrottle/checkout-sdk
    Preparing search index...

    Interface CheckoutSession

    interface CheckoutSession {
        checkoutUrl?: string;
        embedToken?: string;
        embedUrl?: string;
        expiresAt?: string;
        hostedUrl?: string;
        id?: string;
        sessionId: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index
    checkoutUrl?: string
    embedToken?: string
    embedUrl?: string
    expiresAt?: string
    hostedUrl?: string
    id?: string
    sessionId: string