Skip to content

Latest commit

 

History

History
39 lines (35 loc) · 3.89 KB

File metadata and controls

39 lines (35 loc) · 3.89 KB

Voucherify.Model.MemberActivityDataRedemptionVoucher

Properties

Name Type Description Notes
Id string [optional]
Code string [optional]
Gift MemberActivityDataRedemptionVoucherGift [optional]
Discount Discount [optional]
LoyaltyCard MemberActivityDataRedemptionVoucherLoyaltyCard [optional]
Type string [optional]
Campaign string [optional]
CampaignId string [optional]
IsReferralCode bool? Flag indicating whether this voucher is a referral code; `true` for campaign type `REFERRAL_PROGRAM`. [optional]
HolderId string Unique customer identifier of the redeemable holder. It equals to the customer ID assigned by Voucherify. [optional]
ReferrerId string [optional]
CategoryId string [optional]
Categories List<Category> Contains details about the category. [optional]
Active bool? Shows whether the voucher is on or off. `true` indicates an active voucher and `false` indicates an inactive voucher. and A flag to toggle the voucher on or off. You can disable a voucher even though it's within the active period defined by the `start_date` and `expiration_date`. - `true` indicates an active voucher - `false` indicates an inactive voucher [optional]
CreatedAt string [optional]
UpdatedAt string [optional]
Redemption MemberActivityDataRedemptionVoucherRedemption [optional]
StartDate string [optional]
ExpirationDate DateTimeOffset? Expiration timestamp defines when the code expires in ISO 8601 format. Voucher is inactive after this date. [optional]
Metadata Object A set of custom key/value pairs that you can attach to a voucher. The metadata object stores all custom attributes assigned to the voucher. and The metadata object stores all custom attributes assigned to the code. A set of key/value pairs that you can attach to a voucher object. It can be useful for storing additional information about the voucher in a structured format. [optional]
Object string [optional]
Category string Tag defining the category that this voucher belongs to. Useful when listing vouchers using the List Vouchers endpoint. [optional]
ValidityTimeframe ValidityTimeframe [optional]
ValidityDayOfWeek List<MemberActivityDataRedemptionVoucher.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]
AdditionalInfo string An optional field to keep any extra textual information about the code such as a code description and details. [optional]
Assets VoucherAssets [optional]
Publish MemberActivityDataRedemptionVoucherPublish [optional]
ValidationRulesAssignments ValidationRulesAssignmentsList [optional]
Holder SimpleCustomer [optional]

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