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

    Type Alias CreditBalanceFragment

    type CreditBalanceFragment = {
        __typename?: "CreditBalance";
        currency: {
            __typename?: "SlimCustomCurrency";
            currencyId: string;
            displayName: string;
            symbol?: string | null;
            units?:
                | {
                    __typename?: "Units";
                    plural?: string
                    | null;
                    singular?: string | null;
                }
                | null;
        };
        currentBalance: number;
        customerId: string;
        resourceId?: string
        | null;
        totalConsumed: number;
        totalGranted: number;
        validUntil?: number | null;
    }
    Index

    Properties

    __typename?: "CreditBalance"
    currency: {
        __typename?: "SlimCustomCurrency";
        currencyId: string;
        displayName: string;
        symbol?: string | null;
        units?:
            | {
                __typename?: "Units";
                plural?: string
                | null;
                singular?: string | null;
            }
            | null;
    }
    currentBalance: number
    customerId: string
    resourceId?: string | null
    totalConsumed: number
    totalGranted: number
    validUntil?: number | null
    MMNEPVFCICPMFPCPTTAAATR