Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Latest commit

 

History

History
20 lines (17 loc) · 1.76 KB

CampaignVoucher.md

File metadata and controls

20 lines (17 loc) · 1.76 KB

# CampaignVoucher

Properties

Name Type Description Notes
type string Type of voucher. [optional]
discount \OpenAPI\Client\Model\Discount [optional]
gift \OpenAPI\Client\Model\Gift [optional]
loyalty_card \OpenAPI\Client\Model\CampaignLoyaltyCard [optional]
redemption \OpenAPI\Client\Model\CampaignVoucherRedemption [optional]
code_config \OpenAPI\Client\Model\CodeConfig
is_referral_code bool Flag indicating whether this voucher is a referral code; `true` for campaign type `REFERRAL_PROGRAM`. [optional]
start_date \DateTime Activation timestamp defines when the campaign starts to be active in ISO 8601 format. Campaign is inactive before this date. [optional]
expiration_date \DateTime Expiration timestamp defines when the campaign expires in ISO 8601 format. Campaign is inactive after this date. [optional]
validity_timeframe \OpenAPI\Client\Model\ValidityTimeframe [optional]
validity_day_of_week int[] 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]
validity_hours \OpenAPI\Client\Model\ValidityHours [optional]

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