Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Latest commit

 

History

History
19 lines (14 loc) · 1.35 KB

ClientValidationsValidateResponseBody.md

File metadata and controls

19 lines (14 loc) · 1.35 KB

ClientValidationsValidateResponseBody

Response body schema for POST /validations.

Properties

Name Type Description Notes
valid bool 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 List[ClientValidationsValidateResponseBodyRedeemablesItem] [optional]
skipped_redeemables List[ValidationsRedeemableSkipped] Lists validation results of each skipped redeemable. [optional]
inapplicable_redeemables List[ValidationsRedeemableInapplicable] Lists validation results of each inapplicable redeemable. [optional]
order OrderCalculated [optional]
tracking_id str Hashed customer source ID. [optional]
session Session [optional]
stacking_rules StackingRules

[Back to Model list] [Back to API list] [Back to README]