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

Latest commit

 

History

History
16 lines (13 loc) · 1.33 KB

ValidationsValidateResponseBody.md

File metadata and controls

16 lines (13 loc) · 1.33 KB

# ValidationsValidateResponseBody

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 \OpenAPI\Client\Model\ValidationsValidateResponseBodyRedeemablesItem[] [optional]
skipped_redeemables ValidationsRedeemableSkipped[] Lists validation results of each skipped redeemable. [optional]
inapplicable_redeemables ValidationsRedeemableInapplicable[] Lists validation results of each inapplicable redeemable. [optional]
order \OpenAPI\Client\Model\OrderCalculated [optional]
tracking_id string Hashed customer source ID. [optional]
session \OpenAPI\Client\Model\Session [optional]
stacking_rules \OpenAPI\Client\Model\StackingRules

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