Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 2.21 KB

QualificationsRedeemableBase.md

File metadata and controls

23 lines (20 loc) · 2.21 KB

# QualificationsRedeemableBase

Properties

Name Type Description Notes
id string Id of the redeemable. [optional]
object string Object type of the redeemable. [optional]
createdAt \DateTime Timestamp representing the date and time when the object was created. The value is shown in the ISO 8601 format. [optional]
result \OpenAPI\Client\Model\RedeemableResult [optional]
order \OpenAPI\Client\Model\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 \OpenAPI\Client\Model\ApplicableToResultList [optional]
inapplicableTo \OpenAPI\Client\Model\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 \OpenAPI\Client\Model\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 \OpenAPI\Client\Model\ValidationRulesAssignmentsList [optional]

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