CDP Frontend SDK
    Preparing search index...

    Type Alias unstable_FetchBuyOptions

    unstable_FetchBuyOptions: (
        params: { country: string; subdivision?: string },
    ) => Promise<unstable_OnrampBuyOptionsResponse>

    Get Buy Options function (used for building list of payment methods)

    Type declaration