Response body schema for GET v1/loyalties/{campaignId}/rewards/{assignmentId}
| Name | Type | Description | Notes |
|---|---|---|---|
| Id | string | Unique reward assignment ID, assigned by Voucherify. | [optional] |
| RewardId | string | Associated reward ID. | [optional] |
| CreatedAt | DateTimeOffset? | Timestamp representing the date and time when the reward assignment was created. The value is shown in the ISO 8601 format. | [optional] |
| UpdatedAt | DateTimeOffset? | Timestamp representing the date and time when the reward assignment was updated. The value is shown in the ISO 8601 format. | [optional] |
| Object | string | The type of the object represented by the JSON. This object stores information about the reward assignment. | [optional] |
| RelatedObjectId | string | Related object ID to which the reward was assigned. | [optional] |
| RelatedObjectType | string | Related object type to which the reward was assigned. | [optional] |
| Parameters | LoyaltiesRewardsGetResponseBodyParameters | [optional] |