DiscountForThePoints¶
The DiscountForThePoints object represents discount settings in loyalty program in the storefront.
classDiagram
direction LR
class DiscountForThePoints{
DiscountThresholdsList thresholds
}
Properties¶
| Attribute name | Type | Description |
|---|---|---|
| thresholds | DiscountThresholdsList |
List of discount thresholds. Represented by DiscountThresholdsList |