Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.24 KB

File metadata and controls

17 lines (13 loc) · 1.24 KB

Voucherify.Model.LoyaltiesEarningRulesUpdateRequestBodyLoyalty

Properties

Name Type Description Notes
Type string [optional]
Points int? Defines how the points will be added to the loyalty card. FIXED adds a fixed number of points. [optional]
PointsFormula string Formula used to dynamically calculate the rewarded points. [optional]
CalculationType string [optional]
Order LoyaltiesEarningRulesUpdateRequestBodyLoyaltyOrder [optional]
OrderItems LoyaltiesEarningRulesUpdateRequestBodyLoyaltyOrderItems [optional]
Customer LoyaltiesEarningRulesUpdateRequestBodyLoyaltyCustomer [optional]
CustomEvent LoyaltiesEarningRulesUpdateRequestBodyLoyaltyCustomEvent [optional]

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