Skip to content

Latest commit

 

History

History
38 lines (21 loc) · 1.89 KB

File metadata and controls

38 lines (21 loc) · 1.89 KB

Voucherify.RedemptionsListResponseBodyRedemptionsItemPromotionTierCampaign

Properties

Name Type Description Notes
id String Unique campaign ID. [optional]
startDate Date Activation timestamp defines when the campaign starts to be active in ISO 8601 format. Campaign is inactive before this date. [optional]
expirationDate Date Expiration timestamp defines when the campaign expires in ISO 8601 format. Campaign is inactive after this date. [optional]
validityTimeframe ValidityTimeframe [optional]
validityDayOfWeek [Number] 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 Boolean 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] [default to 'campaign']

Enum: [ValidityDayOfWeekEnum]

  • 0 (value: 0)

  • 1 (value: 1)

  • 2 (value: 2)

  • 3 (value: 3)

  • 4 (value: 4)

  • 5 (value: 5)

  • 6 (value: 6)