| Name | Type | Description | Notes |
|---|---|---|---|
| id | UUID | Uniquely identifies the callback event. | [optional] |
| eventType | EventTypeEnum | The type of the callback event. | [optional] |
| payload | CustomerServiceRecordStatusChangedEventPayload | [optional] | |
| occurredAt | OffsetDateTime | ISO 8601 formatted date indicating when the callback event occurred. | [optional] |
| recordType | RecordTypeEnum | Identifies the type of the resource. | [optional] |
| Name | Value |
|---|---|
| CUSTOMER_SERVICE_RECORD_STATUS_CHANGED | "customer_service_record.status_changed" |
| Name | Value |
|---|---|
| EVENT | "event" |