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.
Discount
model represents a discount of a price and consists of the following fields:
string
string
number | null
FullPrice | null
Represents the FullPrice model.