OrderReward
May 28, 2020 ยท View on GitHub
Description
Represents a reward that may be applied to an order if the necessary reward tier criteria are met. Rewards are created through the Loyalty API.
Properties
| Name | Getter | Setter | Type | Description | Notes |
|---|---|---|---|---|---|
| id | getId() | setId($value) | string | The identifier of the reward. | |
| reward_tier_id | getRewardTierId() | setRewardTierId($value) | string | The identifier of the reward tier corresponding to this reward. |
Note: All properties are protected and only accessed via getters and setters.