Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 2.06 KB

QualificationsRedeemableBase.md

File metadata and controls

39 lines (27 loc) · 2.06 KB

QualificationsRedeemableBase

Data of single redeemable which was properly qualified.

Properties

Name Type Description
id String Id of the redeemable.
_object ObjectEnum Object type of the redeemable.
createdAt OffsetDateTime Timestamp representing the date and time when the object was created. The value is shown in the ISO 8601 format.
result RedeemableResult
order OrderCalculated
validationRuleId String A unique validation rule identifier assigned by the Voucherify API. The validation rule is verified before points are added to the balance.
applicableTo ApplicableToResultList
inapplicableTo InapplicableToResultList
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.
categories List<Category> List of category information.
banner String Name of the earning rule. This is displayed as a header for the earning rule in the Dashboard.
name String Name of the redeemable.
campaignName String Name of the campaign associated to the redeemable. This field is available only if object is not `campaign`
campaignId String Id of the campaign associated to the redeemable. This field is available only if object is not `campaign`
validationRulesAssignments ValidationRulesAssignmentsList

Enum: ObjectEnum

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