Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 971 Bytes

CreateCouponCollection.md

File metadata and controls

14 lines (10 loc) · 971 Bytes

CreateCouponCollection

Properties

Name Type Description Notes
name str Name of the coupons collection
default_coupon str Default coupons collection name
expiration_date datetime Specify an expiration date for the coupon collection in RFC3339 format. Use null to remove the expiration date. [optional]
remaining_days_alert int Send a notification alert (email) when the remaining days until the expiration date are equal or fall bellow this number. Use null to disable alerts. [optional]
remaining_coupons_alert int Send a notification alert (email) when the remaining coupons count is equal or fall bellow this number. Use null to disable alerts. [optional]

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