CDP Frontend SDK
    Preparing search index...

    Interface unstable_FundPaymentMethod

    A payment method for the fund component.

    interface unstable_FundPaymentMethod {
        id: string;
        name: string;
        description: string;
        icon: ReactNode;
        minAmount?: number;
        maxAmount?: number;
    }
    Index

    Properties

    id: string
    name: string
    description: string
    icon: ReactNode
    minAmount?: number
    maxAmount?: number