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

Latest commit

 

History

History
15 lines (12 loc) · 1.06 KB

ValidationEntity.md

File metadata and controls

15 lines (12 loc) · 1.06 KB

VoucherifySdk::ValidationEntity

Properties

Name Type Description Notes
id String Unique validation id. [optional]
session_id String Unique session id. [optional]
status String The validation status [optional]
created_at Time Timestamp representing the date and time when the validation was created in ISO 8601 format. [optional]
customer_id String Unique customer ID of the customer making the purchase. [optional]
redeemables Array<ValidationsRedeemableApplicable> Lists validation results of each redeemable. [optional]
skipped_redeemables Array<ValidationsRedeemableInapplicable> Lists validation results of each redeemable. [optional]
inapplicable_redeemables Array<ValidationsRedeemableSkipped> Lists validation results of each redeemable. [optional]