Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.2 KB

ValidationEntity.md

File metadata and controls

16 lines (13 loc) · 1.2 KB

# 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 \DateTime 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 \OpenAPI\Client\Model\ValidationsRedeemableApplicable[] Lists validation results of each redeemable. [optional]
skipped_redeemables \OpenAPI\Client\Model\ValidationsRedeemableInapplicable[] Lists validation results of each redeemable. [optional]
inapplicable_redeemables \OpenAPI\Client\Model\ValidationsRedeemableSkipped[] Lists validation results of each redeemable. [optional]

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