Simplified event data.
| Name | Type | Description | Notes |
|---|---|---|---|
| Id | string | Unique identifier assigned by Voucherify that will be linked to the this event. | [optional] |
| Type | string | Type of the triggering event. | [optional] |
| Category | string | Type of the event. | [optional] |
| EntityId | string | ID of the entity that initiated the event. | [optional] |
| CreatedAt | DateTimeOffset? | Timestamp representing the date and time when the event was created in the ISO 8601 format. | [optional] |
| GroupId | string | Unique identifier of the request that triggered the event. | [optional] |