Simplified event data.
| Name | Type | Description | Notes |
|---|---|---|---|
| id | str | Unique identifier assigned by Voucherify that will be linked to the this event. | [optional] |
| type | str | Type of the triggering event. | [optional] |
| category | str | Type of the event. | [optional] |
| entity_id | str | ID of the entity that initiated the event. | [optional] |
| created_at | datetime | Timestamp representing the date and time when the event was created in the ISO 8601 format. | [optional] |
| group_id | str | Unique identifier of the request that triggered the event. | [optional] |