| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | A unique 25-character alphanumeric resource identifier. | [default to null] |
| type | String | Event type slug (e.g. "payment.captured", "payment.expired"). | [default to null] |
| resource | String | Resource type name, always "event". | [default to null] |
| created_at | Date | Timestamp when this event was created. | [default to null] |
| reason | String | Human-readable reason or description for this event, or null. | [default to null] |
| data | Payment | [default to null] |