Sha256: 8bdef754ed7b48d7b24d8a160907d11bc29c208cabec2a21a274f3f3be0eff06
Contents?: true
Size: 1.06 KB
Versions: 1
Compression:
Stored size: 1.06 KB
Contents
# 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>**](ValidationsRedeemableApplicable.md) | Lists validation results of each redeemable. | [optional] | | **skipped_redeemables** | [**Array<ValidationsRedeemableInapplicable>**](ValidationsRedeemableInapplicable.md) | Lists validation results of each redeemable. | [optional] | | **inapplicable_redeemables** | [**Array<ValidationsRedeemableSkipped>**](ValidationsRedeemableSkipped.md) | Lists validation results of each redeemable. | [optional] |
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
voucherify-5.0.0 | docs/ValidationEntity.md |