Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.55 KB

File metadata and controls

18 lines (14 loc) · 1.55 KB

Voucherify.Model.ValidationsRedeemableInapplicable

Properties

Name Type Description Notes
Status string Indicates whether the redeemable can be applied or not applied based on the validation rules. [optional]
Id string Redeemable ID, i.e. the voucher code. [optional]
Object string Redeemable's object type. [optional]
Result ValidationsRedeemableInapplicableResult [optional]
Metadata Object The metadata object stores all custom attributes in the form of key/value pairs assigned to the redeemable. [optional]
Categories List<CategoryWithStackingRulesType> [optional]
CampaignName string Campaign name. Displayed only if the `options.expand` is passed with a `redeemable` value in the validation request body. [optional]
CampaignId string Unique campaign ID assigned by Voucherify. Displayed only if the `options.expand` is passed with a `redeemable` value in the validation request body. [optional]
Name string Name of the promotion tier. Displayed only if the `options.expand` is passed with a `redeemable` value in the validation request body. [optional]

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