| Name | Type | Description | Notes |
|---|---|---|---|
| DeliveryDts | string | Date/time of delivery | [optional] |
| Duration | int | Number of milliseconds to process the notification | [optional] |
| EventNames | List<string> | Event names contained in this delivery | [optional] |
| OrderIds | List<string> | Order ids contained in this delivery | [optional] |
| QueueDelay | long | Number of milliseconds of delay caused by queuing | [optional] |
| Request | string | Request payload (first 100,000 characters) | [optional] |
| RequestHeaders | List<HTTPHeader> | Request headers sent to the server | [optional] |
| RequestId | string | Request id is a unique string that you can look up in the logs | [optional] |
| Response | string | Response payload (first 100,000 characters) | [optional] |
| ResponseHeaders | List<HTTPHeader> | Response headers received from the server | [optional] |
| StatusCode | int | HTTP status code received from the server | [optional] |
| Success | bool | True if the delivery was successful | [optional] |
| Uri | string | URI of the webhook delivered to | [optional] |
| WebhookOid | int | webhook oid | [optional] |