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

NameGetterSetterTypeDescriptionNotes
idgetId()setId($value)stringThe identifier of the reward.
reward_tier_idgetRewardTierId()setRewardTierId($value)stringThe identifier of the reward tier corresponding to this reward.

Note: All properties are protected and only accessed via getters and setters.

[Back to Model list] [Back to API list] [Back to README]