DiscountThreshold¶
The DiscountThreshold object represents discount threshold settings in loyalty program in the storefront.
classDiagram
direction LR
class DiscountThreshold{
float percentage
int points
}
Properties¶
Attribute name | Type | Description |
---|---|---|
percentage | float |
Discount percentage. |
points | int |
Points that must be gathered to get discount. |