Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 1.26 KB

ValidationsValidateResponseBody.md

File metadata and controls

14 lines (11 loc) · 1.26 KB

VoucherifySdk::ValidationsValidateResponseBody

Properties

Name Type Description Notes
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.
redeemables Array<ValidationsValidateAllResponseBodyRedeemablesItem> Lists validation results of each redeemable. If redeemables_application_mode=&quot;PARTIAL&quot; all redeemables here will be &quot;APPLICABLE&quot;
skipped_redeemables Array<ValidationsRedeemableInapplicable> Lists validation results of each skipped redeemable. [optional]
inapplicable_redeemables Array<ValidationsRedeemableInapplicable> Lists validation results of each inapplicable redeemable. [optional]
order OrderCalculated [optional]
tracking_id String Hashed customer source ID. [optional]
session Session [optional]