Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 773 Bytes

File metadata and controls

12 lines (8 loc) · 773 Bytes

Voucherify.Model.LoyaltiesEarningRulesCreateRequestBodyItemPendingPoints

Defines the configuration for pending points. Pending points can be used only with the order.paid event.

Properties

Name Type Description Notes
PeriodType string Defines the type of the period during which the points are in the pending state. Currently, only `DAY` value is accepted. [optional]
PeriodValue 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]