Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 2.34 KB

QualificationsRedeemable.md

File metadata and controls

39 lines (27 loc) · 2.34 KB

QualificationsRedeemable

Properties

Name Type Description Notes
id String Id of the redeemable. [optional]
_object ObjectEnum Object type of the redeemable. [optional]
createdAt OffsetDateTime 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 OrderCalculated [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<Category> 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]
redeemables List<QualificationsRedeemableBase> [optional]

Enum: ObjectEnum

Name Value
CAMPAIGN "campaign"
PROMOTION_TIER "promotion_tier"
PROMOTION_STACK "promotion_stack"
VOUCHER "voucher"