@stigg/node-server-sdk - v4.22.1

    Type Alias Product

    type Product = {
        awsMarketplaceProductId?: string | null;
        description?: string | null;
        displayName?: string | null;
        downgradePlan?: Pick<Plan, "id" | "displayName">;
        id: string;
        metadata?: Metadata | null;
    }
    Index

    Properties

    awsMarketplaceProductId?: string | null
    description?: string | null
    displayName?: string | null
    downgradePlan?: Pick<Plan, "id" | "displayName">
    id: string
    metadata?: Metadata | null
    MMNEPVFCICPMFPCPTTAAATR