Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 1.11 KB

ValidationsRedeemableInapplicable.md

File metadata and controls

37 lines (21 loc) · 1.11 KB

ValidationsRedeemableInapplicable

Properties

Name Type Description
status StatusEnum Indicates whether the redeemable can be applied or not applied based on the validation rules.
id String Redeemable ID, i.e. the voucher code.
_object ObjectEnum Redeemable's object type.
result ValidationsRedeemableInapplicableResult
metadata Object The metadata object stores all custom attributes in the form of key/value pairs assigned to the redeemable.
categories List<CategoryWithStackingRulesType>
campaignName String Campaign name
campaignId String Unique campaign ID assigned by Voucherify.

Enum: StatusEnum

Name Value
INAPPLICABLE "INAPPLICABLE"

Enum: ObjectEnum

Name Value
VOUCHER "voucher"
PROMOTION_TIER "promotion_tier"