Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 793 Bytes

ReserveCouponEffectProps.md

File metadata and controls

13 lines (9 loc) · 793 Bytes

ReserveCouponEffectProps

The properties specific to the "reserveCoupon" effect. This gets triggered whenever a validated rule contained a "reserve coupon" effect. This reserves the coupon currently on scope to the profile on scope.

Properties

Name Type Description Notes
coupon_value str The value of the coupon currently on scope.
profile_integration_id str The ID of this customer profile in the third-party integration.
is_new_reservation bool Indicates whether this is a new coupon reservation or not.

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