Interface Product

Represents a product that can be purchased

Hierarchy

  • Product

Properties

description?: string

Optional product description

id: string

Unique identifier for the product

metadata?: Record<string, any>

Optional additional data associated with the product

offers: Offer[]

Array of purchase offers for this product

platform?: string

Optional platform identifier (e.g., 'stripe')

title: string

Display name of the product

Type of the product

Generated using TypeDoc