Skip to content

Latest commit

 

History

History
44 lines (23 loc) · 1.92 KB

File metadata and controls

44 lines (23 loc) · 1.92 KB

Voucherify.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 [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]

Enum: StatusEnum

  • APPLICABLE (value: "APPLICABLE")

  • INAPPLICABLE (value: "INAPPLICABLE")

  • SKIPPED (value: "SKIPPED")

Enum: ObjectEnum

  • voucher (value: "voucher")

  • promotion_tier (value: "promotion_tier")