@stigg/react-sdk - v7.26.2

    Interface CreditBalanceData

    interface CreditBalanceData {
        currencyId?: string;
        currentBalance: number;
        displayName?: string;
        symbol?: string | null;
        totalConsumed?: number;
        totalGranted?: number;
        units?: { plural?: string | null; singular?: string | null } | null;
        usagePeriodEnd?: Date;
    }
    Index

    Properties

    currencyId?: string
    currentBalance: number
    displayName?: string
    symbol?: string | null
    totalConsumed?: number
    totalGranted?: number
    units?: { plural?: string | null; singular?: string | null } | null
    usagePeriodEnd?: Date
    MMNEPVFCICPMFPCPTTAAATR