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

    Type Alias PromotionalEntitlementFragment

    type PromotionalEntitlementFragment = {
        __typename?: "PromotionalEntitlement";
        endDate?: any | null;
        feature: {
            __typename?: "Feature";
            additionalMetaData?: any | null;
            description?: string | null;
            displayName: string;
            featureType: FeatureType;
            featureUnits?: string | null;
            featureUnitsPlural?: string | null;
            meterType?: MeterType | null;
            refId: string;
        };
        featureId: any;
        hasSoftLimit?: boolean
        | null;
        hasUnlimitedUsage?: boolean | null;
        isVisible: boolean;
        resetPeriod?: EntitlementResetPeriod | null;
        status: PromotionalEntitlementStatus;
        usageLimit?: number | null;
    }
    Index

    Properties

    __typename?: "PromotionalEntitlement"
    endDate?: any | null
    feature: {
        __typename?: "Feature";
        additionalMetaData?: any | null;
        description?: string | null;
        displayName: string;
        featureType: FeatureType;
        featureUnits?: string | null;
        featureUnitsPlural?: string | null;
        meterType?: MeterType | null;
        refId: string;
    }
    featureId: any
    hasSoftLimit?: boolean | null
    hasUnlimitedUsage?: boolean | null
    isVisible: boolean
    resetPeriod?: EntitlementResetPeriod | null
    usageLimit?: number | null
    MMNEPVFCICPMFPCPTTAAATR