Sha256: 92249763646f4dbbd11840c075490ce0698278b68387e14cc4be33b97fdee6cb
Contents?: true
Size: 1.41 KB
Versions: 6
Compression:
Stored size: 1.41 KB
Contents
# VoucherifySdk::LoyaltyCampaignVoucher ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **type** | **String** | Type of voucher. | [optional][default to 'LOYALTY_CARD'] | | **loyalty_card** | [**CampaignLoyaltyCard**](CampaignLoyaltyCard.md) | | [optional] | | **redemption** | [**LoyaltyCampaignVoucherRedemption**](LoyaltyCampaignVoucherRedemption.md) | | [optional] | | **code_config** | [**CodeConfig**](CodeConfig.md) | | | | **is_referral_code** | **Boolean** | Always `false` for a loyalty card voucher | [optional] | | **start_date** | **Time** | Activation timestamp defines when the campaign starts to be active in ISO 8601 format. Campaign is *inactive before* this date. | [optional] | | **expiration_date** | **Time** | Expiration timestamp defines when the campaign expires in ISO 8601 format. Campaign is *inactive after* this date. | [optional] | | **validity_timeframe** | [**ValidityTimeframe**](ValidityTimeframe.md) | | [optional] | | **validity_day_of_week** | **Array<Integer>** | 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** | [**ValidityHours**](ValidityHours.md) | | [optional] |
Version data entries
6 entries across 6 versions & 1 rubygems