| Name | Type | Description | Notes |
|---|---|---|---|
| createdAt | [OffsetDateTime] | Timestamp for when this reward was created | [optional] |
| endDate | [OffsetDateTime] | Timestamp for when this reward attributed was ended | [optional] |
| id | UUID | Unique identifier for the reward | [optional] |
| loyaltyProgramId | UUID | Loyalty Program to which current reward is associated to | [optional] |
| name | String | Name of the reward | [optional] |
| publicImage | String | Public image of the reward | [optional] |
| startDate | [OffsetDateTime] | Timestamp for when this reward attributed was started | [optional] |
| state | String | State of the reward | [optional] |
| updatedAt | [OffsetDateTime] | Timestamp for when this reward attributed was updated | [optional] |