docs/QualificationsRedeemableBase.md in voucherify-5.0.0 vs docs/QualificationsRedeemableBase.md in voucherify-6.0.0
- old
+ new
@@ -4,10 +4,10 @@
| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **id** | **String** | Id of the redeemable. | [optional] |
| **object** | **String** | Object type of the redeemable. | [optional] |
-| **created_at** | **Time** | Timestamp representing the date and time when the object was created in ISO 8601 format. | [optional] |
+| **created_at** | **Time** | Timestamp representing the date and time when the object was created. The value is shown in the ISO 8601 format. | [optional] |
| **result** | [**RedeemableResult**](RedeemableResult.md) | | [optional] |
| **order** | [**OrderCalculated**](OrderCalculated.md) | | [optional] |
| **validation_rule_id** | **String** | A unique validation rule identifier assigned by the Voucherify API. The validation rule is verified before points are added to the balance. | [optional] |
| **applicable_to** | [**ApplicableToResultList**](ApplicableToResultList.md) | | [optional] |
| **inapplicable_to** | [**InapplicableToResultList**](InapplicableToResultList.md) | | [optional] |