Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 721 Bytes

CouponCreatedEffectProps.md

File metadata and controls

12 lines (8 loc) · 721 Bytes

CouponCreatedEffectProps

The properties specific to the "couponCreated" effect. This gets triggered whenever a validated rule contained a "create coupon" effect, and a coupon was created for a customer. See "createdCoupons" on the response for all details of this coupon.

Properties

Name Type Description Notes
value str The coupon code that was created.
profile_id str The integration identifier of the customer for whom this coupon was created.

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