Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.3 KB

File metadata and controls

17 lines (13 loc) · 1.3 KB

Voucherify.ClientValidationsValidateResponseBody

Properties

Name Type Description Notes
id String Unique identifier of the validation, assigned by Voucherify. [optional]
valid Boolean The result of the validation. It takes all of the redeemables into account and returns a `false` if at least one redeemable is inapplicable. Returns `true` if all redeemables are applicable. [optional]
redeemables [ClientValidationsValidateResponseBodyRedeemablesItem] [optional]
skippedRedeemables [ValidationsRedeemableSkipped] Lists validation results of each skipped redeemable. [optional]
inapplicableRedeemables [ValidationsRedeemableInapplicable] Lists validation results of each inapplicable redeemable. [optional]
order ClientValidationsValidateResponseBodyOrder [optional]
trackingId String Hashed customer source ID. [optional]
session Session [optional]
stackingRules StackingRules