Interface iApiKeyDoc

interface iApiKeyDoc {
    _docId: string;
    _id?: string;
    apiKey: string;
    bitbadgesAddress: string;
    cancelAtPeriodEnd?: boolean;
    createdAt: number;
    currentPeriodEnd?: number;
    expiry: number;
    intendedUse: string;
    label: string;
    lastRequest: number;
    numRequests: number;
    stripeSubscriptionId?: string;
    subscriptionStatus?: string;
    tier?: string;
}

Hierarchy (View Summary, Expand)

Implemented by

Properties

_docId: string

A unique stringified document ID

_id?: string

A unique document ID (Mongo DB ObjectID)

apiKey: string
bitbadgesAddress: string
cancelAtPeriodEnd?: boolean
createdAt: number
currentPeriodEnd?: number
expiry: number
intendedUse: string
label: string
lastRequest: number
numRequests: number
stripeSubscriptionId?: string
subscriptionStatus?: string
tier?: string
MMNEPVFCICPMFPCPTTAAATR