@stigg/node-server-sdk - v4.33.2

    Type Alias SubscriptionEntitlement

    type SubscriptionEntitlement = {
        featureId: string;
        hasSoftLimit?: boolean;
        hasUnlimitedUsage?: boolean;
        monthlyResetPeriodConfiguration?: { accordingTo: MonthlyAccordingTo };
        resetPeriod?: EntitlementResetPeriod;
        usageLimit?: number;
        weeklyResetPeriodConfiguration?: { accordingTo: WeeklyAccordingTo };
    }
    Index

    Properties

    featureId: string
    hasSoftLimit?: boolean
    hasUnlimitedUsage?: boolean
    monthlyResetPeriodConfiguration?: { accordingTo: MonthlyAccordingTo }
    usageLimit?: number
    weeklyResetPeriodConfiguration?: { accordingTo: WeeklyAccordingTo }
    MMNEPVFCICPMFPCPTTAAATR