Skip to content

Price

A Price is a data structure with containing property values of prices for a card, organized by its uuid, and is not a Data Model itself.

TypeScript Model

Toggle Model
TypeScript
{
  data: Record<string, PriceFormats>;
}

The Data Models of a configuration are documented in the following pages.