Pinecone TypeScript SDK - v8.2.0
    Preparing search index...

    Interface Organization

    The details of an organization.

    Organization

    interface Organization {
        createdAt: Date;
        id: string;
        name: string;
        paymentStatus: string;
        plan: string;
        supportTier: string;
    }
    Index
    createdAt: Date

    The date and time when the organization was created.

    Organization

    id: string

    The unique ID of the organization.

    Organization

    name: string

    The name of the organization.

    Organization

    paymentStatus: string

    The current payment status of the organization.

    Organization

    plan: string

    The current plan the organization is on.

    Organization

    supportTier: string

    The support tier of the organization.

    Organization