Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.93 KB

File metadata and controls

18 lines (14 loc) · 1.93 KB

Voucherify.Model.MemberActivityDataRedemptionPromotionTierCampaign

Properties

Name Type Description Notes
Id string Unique campaign ID. [optional]
StartDate DateTimeOffset? Activation timestamp defines when the campaign starts to be active in ISO 8601 format. Campaign is inactive before this date. [optional]
ExpirationDate DateTimeOffset? Expiration timestamp defines when the campaign expires in ISO 8601 format. Campaign is inactive after this date. [optional]
ValidityTimeframe ValidityTimeframe [optional]
ValidityDayOfWeek List<MemberActivityDataRedemptionPromotionTierCampaign.ValidityDayOfWeekEnum> Integer array corresponding to the particular days of the week in which the voucher is valid. - `0` Sunday - `1` Monday - `2` Tuesday - `3` Wednesday - `4` Thursday - `5` Friday - `6` Saturday [optional]
ValidityHours ValidityHours [optional]
Active bool? A flag indicating whether the campaign is active or not active. A campaign can be disabled even though it's within the active period defined by the `start_date` and `expiration_date` using the Disable Campaign endpoint. - `true` indicates an active campaign - `false` indicates an inactive campaign [optional]
CategoryId string Unique category ID that this campaign belongs to. [optional]
Object string The type of the object represented by the campaign object. This object stores information about the campaign. [optional]

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