Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 2.29 KB

File metadata and controls

25 lines (21 loc) · 2.29 KB

Voucherify.Model.QualificationsRedeemableBase

Data of single redeemable which was properly qualified.

Properties

Name Type Description Notes
Id string ID of the redeemable. For a voucher, it's its `code` value. [optional]
Object string Object type of the redeemable. [optional]
CreatedAt DateTimeOffset? Timestamp representing the date and time when the object was created. The value is shown in the ISO 8601 format. [optional]
Result RedeemableResult [optional]
Order QualificationsRedeemableBaseOrder [optional]
ValidationRuleId string A unique validation rule identifier assigned by the Voucherify API. The validation rule is verified before points are added to the balance. [optional]
ApplicableTo ApplicableToResultList [optional]
InapplicableTo InapplicableToResultList [optional]
Metadata Object The metadata object stores all custom attributes assigned to the product. A set of key/value pairs that you can attach to a product object. It can be useful for storing additional information about the product in a structured format. [optional]
Categories List<CategoryWithStackingRulesType> List of category information. [optional]
Banner string Name of the earning rule. This is displayed as a header for the earning rule in the Dashboard. [optional]
Name string Name of the redeemable. [optional]
CampaignName string Name of the campaign associated to the redeemable. This field is available only if object is not `campaign` [optional]
CampaignId string Id of the campaign associated to the redeemable. This field is available only if object is not `campaign` [optional]
ValidationRulesAssignments ValidationRulesAssignmentsList [optional]

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