Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.54 KB

File metadata and controls

19 lines (15 loc) · 1.54 KB

Voucherify.Model.ClientValidationsValidateResponseBody

Response body schema for POST /validations.

Properties

Name Type Description Notes
Id string Unique identifier of the validation, assigned by Voucherify. [optional]
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]
SkippedRedeemables List<ValidationsRedeemableSkipped> Lists validation results of each skipped redeemable. [optional]
InapplicableRedeemables List<ValidationsRedeemableInapplicable> Lists validation results of each inapplicable redeemable. [optional]
Order ClientValidationsValidateResponseBodyOrder [optional]
TrackingId string Hashed customer source ID. [optional]
Session Session [optional]
StackingRules StackingRules

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