Interface SubscriptionFairUseState

Actionable monthly fair-use state returned only while Fast limits are active.

interface SubscriptionFairUseState {
    fastConcurrencyLimit: 1;
    fastQueueLimit: 1;
    limited: true;
    planPriceUsd: number;
    relaxedUnrestricted: true;
    resetAt: string;
    upgradeAvailable: boolean;
    usageSpark: number;
    usageUsd: number;
}

Properties

fastConcurrencyLimit: 1
fastQueueLimit: 1
limited: true
planPriceUsd: number

Monthly reference price for the current tier.

relaxedUnrestricted: true
resetAt: string

ISO timestamp for the subscriber-anchored monthly reset.

upgradeAvailable: boolean

True for Unlimited, whose next tier is Unlimited Pro.

usageSpark: number

Subscription-funded Spark used in the current monthly fair-use window.

usageUsd: number

Retail-equivalent USD value of the subscription-funded usage.