Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.85 KB

File metadata and controls

21 lines (17 loc) · 1.85 KB

Voucherify.Model.ClientValidationsValidateResponseBodyRedeemablesItem

Properties

Name Type Description Notes
Status string [optional]
Id string Redeemable ID, i.e. the voucher code. [optional]
Object string Redeemable's object type. [optional]
Order ClientValidationsValidateResponseBodyRedeemablesItemOrder [optional]
ApplicableTo ApplicableToResultList [optional]
InapplicableTo InapplicableToResultList [optional]
Result ClientValidationsValidateResponseBodyRedeemablesItemResult [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]