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

    Type Alias CreditEntitlementFragment

    type CreditEntitlementFragment = {
        __typename: "CreditEntitlement";
        accessDeniedReason?: AccessDeniedReason | null;
        currency: {
            __typename?: "EntitlementCurrency";
            additionalMetaData?: any | null;
            currencyId: string;
            description?: string | null;
            displayName: string;
            unitPlural?: string | null;
            unitSingular?: string | null;
        };
        currentUsage?: number
        | null;
        entitlementUpdatedAt?: any | null;
        isGranted: boolean;
        usageLimit?: number | null;
        usagePeriodEnd?: any | null;
        usageUpdatedAt?: any | null;
        validUntil?: any | null;
    }
    Index

    Properties

    __typename: "CreditEntitlement"
    accessDeniedReason?: AccessDeniedReason | null
    currency: {
        __typename?: "EntitlementCurrency";
        additionalMetaData?: any | null;
        currencyId: string;
        description?: string | null;
        displayName: string;
        unitPlural?: string | null;
        unitSingular?: string | null;
    }
    currentUsage?: number | null
    entitlementUpdatedAt?: any | null
    isGranted: boolean
    usageLimit?: number | null
    usagePeriodEnd?: any | null
    usageUpdatedAt?: any | null
    validUntil?: any | null
    MMNEPVFCICPMFPCPTTAAATR