Interface Product

Export

Product

Hierarchy

  • Product

Properties

description?: string

The product's description, meant to be displayable to the customer. Use this field to optionally store a long form explaination of the product being sold for your own rendering purposes.

Memberof

Product

images?: string[]

A list of up to 8 URLs of images for this product, meant to be displayable to the customer.

Memberof

Product

name: string

The product's name, meant to be displayable to the customer.

Memberof

Product

Generated using TypeDoc