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

Latest commit

 

History

History
15 lines (12 loc) · 1.27 KB

ClientValidationsValidateResponseBody.md

File metadata and controls

15 lines (12 loc) · 1.27 KB

# ClientValidationsValidateResponseBody

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.
redeemables \OpenAPI\Client\Model\ClientValidationsValidateResponseBodyRedeemablesItem[] Lists validation results of each redeemable. If a redeemable can be applied, the API returns `"status": "APPLICABLE"`.
order \OpenAPI\Client\Model\OrderCalculated [optional]
tracking_id string Hashed customer source ID. [optional]
session \OpenAPI\Client\Model\Session [optional]
application_mode string
inapplicable_redeemables ValidationsRedeemableInapplicable[] Lists validation results of each inapplicable redeemable. [optional]

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