@paystreamer/sdk
    Preparing search index...

    Interface UseSubscribeParams

    interface UseSubscribeParams {
        accountCapId?: string;
        accountId?: string;
        maxAttempts?: number;
        platformId: string;
        tierAmount?: bigint;
        tierFrequencyMs?: bigint;
        tierIndex: number | bigint;
    }
    Index
    accountCapId?: string
    accountId?: string
    maxAttempts?: number
    platformId: string
    tierAmount?: bigint
    tierFrequencyMs?: bigint
    tierIndex: number | bigint