Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 830 Bytes

File metadata and controls

14 lines (8 loc) · 830 Bytes

LoyaltiesEarningRulesUpdateRequestBodyPendingPoints

Defines the configuration for pending points. Pending points can be used only with the order.paid event. Pass null to remove pending points from the earning rule.

Properties

Name Type Description Notes
period_type str Defines the type of the period during which the points are in the pending state. Currently, only `DAY` value is accepted. [optional] [default to 'DAY']
period_value int Defines for how long the points are in the pending state. The minimum value is 1, maximum is 90. [optional]

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