FeedbackMode¶
The FeedbackMode object represents settings in loyalty program in the storefront.
classDiagram
direction LR
class FeedbackMode{
int points
}
Properties¶
| Attribute name | Type | Description |
|---|---|---|
| points | int |
Number of points given for feedback if feedback mode is active. |