CDP Frontend SDK
    Preparing search index...

    Interface unstable_FetchBuyUrlParams

    The params for the fetchBuyUrl function.

    interface unstable_FetchBuyUrlParams {
        paymentMethod: string;
        paymentAmount: number;
    }
    Index

    Properties

    paymentMethod: string
    paymentAmount: number