@stigg/js-client-sdk - v3.100.1

    Type Alias CustomerPortalEntitlementFragment

    type CustomerPortalEntitlementFragment = {
        __typename?: "Entitlement";
        currentUsage?: number | null;
        feature?: { __typename?: "EntitlementFeature" } & FeatureFragment | null;
        hasSoftLimit?: boolean | null;
        hasUnlimitedUsage: boolean;
        isGranted: boolean;
        nextResetDate?: any | null;
        resetPeriod?: EntitlementResetPeriod | null;
        resetPeriodConfiguration?:
            | { __typename?: "MonthlyResetPeriodConfig" } & ResetPeriodConfigurationFragment_MonthlyResetPeriodConfig_
            | { __typename?: "WeeklyResetPeriodConfig" } & ResetPeriodConfigurationFragment_WeeklyResetPeriodConfig_
            | { __typename?: "YearlyResetPeriodConfig" } & ResetPeriodConfigurationFragment_YearlyResetPeriodConfig_
            | null;
        usageLimit?: number | null;
        usagePeriodEnd?: any | null;
        usagePeriodStart?: any | null;
    }
    Index

    Properties

    __typename?: "Entitlement"
    currentUsage?: number | null
    feature?: { __typename?: "EntitlementFeature" } & FeatureFragment | null
    hasSoftLimit?: boolean | null
    hasUnlimitedUsage: boolean
    isGranted: boolean
    nextResetDate?: any | null
    resetPeriod?: EntitlementResetPeriod | null
    resetPeriodConfiguration?:
        | { __typename?: "MonthlyResetPeriodConfig" } & ResetPeriodConfigurationFragment_MonthlyResetPeriodConfig_
        | { __typename?: "WeeklyResetPeriodConfig" } & ResetPeriodConfigurationFragment_WeeklyResetPeriodConfig_
        | { __typename?: "YearlyResetPeriodConfig" } & ResetPeriodConfigurationFragment_YearlyResetPeriodConfig_
        | null
    usageLimit?: number | null
    usagePeriodEnd?: any | null
    usagePeriodStart?: any | null
    MMNEPVFCICPMFPCPTTAAATR