@paystreamer/sdk
    Preparing search index...

    Interface SetupSubscriptionModalProps

    interface SetupSubscriptionModalProps {
        formatUsd?: (amount: string | number | bigint) => number;
        isOpen: boolean;
        onClose: () => void;
        onSuccess?: (txDigest: string) => void;
        platformId: string;
        theme?: PayStreamerTheme;
        tierIndex: number;
    }
    Index
    formatUsd?: (amount: string | number | bigint) => number
    isOpen: boolean
    onClose: () => void
    onSuccess?: (txDigest: string) => void
    platformId: string
    tierIndex: number