Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 975 Bytes

File metadata and controls

12 lines (9 loc) · 975 Bytes

brevo_csharp.Model.UpdateCouponCollection

Properties

Name Type Description Notes
DefaultCoupon string A default coupon to be used in case there are no coupons left [optional]
ExpirationDate DateTime? Specify an expiration date for the coupon collection in RFC3339 format. Use null to remove the expiration date. [optional]
RemainingDaysAlert 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]
RemainingCouponsAlert 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]