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

    Interface CreateEmbedTokenInput

    interface CreateEmbedTokenInput {
        amount: number;
        country?: string;
        currency: string;
        externalCartId?: string;
    }
    Index
    amount: number
    country?: string
    currency: string
    externalCartId?: string