Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 981 Bytes

EarningRuleLoyaltyCustomEventMetadata.md

File metadata and controls

15 lines (9 loc) · 981 Bytes

EarningRuleLoyaltyCustomEventMetadata

Defines the ratio based on the property defined in the calculation_type parameter. For every given increment of value (1, 10, etc) defined in the every parameter for the property defined in calculation_type, give the customer the number of points defined in the points parameter. In other words, for every order metadata property value, give points.

Properties

Name Type Description Notes
every int For how many increments of the customer metadata property to grant points for. [optional]
points int Number of points to be awarded, i.e. how many points to be added to the loyalty card. [optional]
var_property str Custom event metadata property. [optional]

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