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

    Type Alias PackageCreditEntitlementFragment

    type PackageCreditEntitlementFragment = {
        __typename: "PackageCreditEntitlement";
        amount?: number | null;
        behavior: EntitlementBehavior;
        cadence: CreditCadence;
        customCurrency: {
            __typename?: "CustomCurrency";
            currencyId: string;
            displayName: string;
            symbol?: string | null;
            units?:
                | {
                    __typename?: "Units";
                    plural?: string
                    | null;
                    singular?: string | null;
                }
                | null;
        };
        customCurrencyId: string;
        description?: string
        | null;
        displayNameOverride?: string | null;
        hiddenFromWidgets?: WidgetType[] | null;
        id: any;
        isCustom?: boolean | null;
        isGranted: boolean;
        order?: number | null;
    }
    Index

    Properties

    __typename: "PackageCreditEntitlement"
    amount?: number | null
    cadence: CreditCadence
    customCurrency: {
        __typename?: "CustomCurrency";
        currencyId: string;
        displayName: string;
        symbol?: string | null;
        units?:
            | {
                __typename?: "Units";
                plural?: string
                | null;
                singular?: string | null;
            }
            | null;
    }
    customCurrencyId: string
    description?: string | null
    displayNameOverride?: string | null
    hiddenFromWidgets?: WidgetType[] | null
    id: any
    isCustom?: boolean | null
    isGranted: boolean
    order?: number | null
    MMNEPVFCICPMFPCPTTAAATR