| Name | Type | Description | Notes |
|---|---|---|---|
| cancelled_at | DateTime | Timestamp when the redemption was cancelled | [optional] |
| completed_at | DateTime | Timestamp when the redemption was completed | [optional] |
| contact_id | Integer | Unique identifier for the contact | [optional] |
| created_at | DateTime | Timestamp when the redemption was created | [optional] |
| debit_transaction_id | String | Unique identifier for the debit transaction | [optional] |
| expires_at | DateTime | Timestamp when the redemption expires | [optional] |
| id | String | Unique identifier for the redemption | [optional] |
| loyalty_program_id | String | Unique identifier for the loyalty program | [optional] |
| meta | Hash<String, Object> | Additional metadata associated with the redemption | [optional] |
| reject_reason | String | Reason for rejection if the redemption was rejected | [optional] |
| rejected_at | DateTime | Timestamp when the redemption was rejected | [optional] |
| reward_attribution_id | String | Unique identifier for the reward attribution | [optional] |
| status | String | Current status of the redemption | [optional] |
| updated_at | DateTime | Timestamp when the redemption was last updated | [optional] |