@nevermined-io/payments
    Preparing search index...

    Interface PlanMetadata

    Metadata attributes describing the Payment Plan.

    interface PlanMetadata {
        accessLimit?: "credits" | "time";
        apiDescription?: string;
        author?: string;
        dateCreated?: Date;
        description?: string;
        integration?: string;
        isTrialPlan?: boolean;
        license?: string;
        name: string;
        sampleLink?: string;
        tags?: string[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    accessLimit?: "credits" | "time"

    Indicates if a payment plan is limited by credits. If 'time', the plan will be limited by time. If 'credits', the plan will be limited by credits.

    apiDescription?: string

    Text describing the API of the Agent.

    author?: string

    The author of the Agent (organization or person) that own the Agent.

    dateCreated?: Date

    The date when the Agent was created.

    description?: string

    Description of the Agent

    integration?: string

    Some description or instructions about how to integrate the Agent.

    isTrialPlan?: boolean

    Indicates if a payment plan is a Trial plan. A Trial plan is a plan that allows users to test the AI Agents associated with it typically without any cost.

    A Trial plan only can be purchased once by a user.

    license?: string

    The author of the Agent (organization or person) that own the Agent.

    name: string

    Name of the Agent

    sampleLink?: string

    A link to some same usage of the Agent.

    tags?: string[]

    Tags describing the AI Agent