@paystreamer/sdk
    Preparing search index...

    Interface PlatformTier

    interface PlatformTier {
        amount: string;
        frequency: string;
        is_active: boolean;
        name: string;
        subscriber_count: number;
    }
    Index
    amount: string
    frequency: string
    is_active: boolean
    name: string
    subscriber_count: number