Skip to content

Discount model

Discount model represents a discount of a price and consists of the following fields:

  • id: string
  • label: string
  • percentage: number | null
  • discount: FullPrice | null

FullPrice

Represents the FullPrice model.