# notification\_event\_data

From **Stripe API**.

- Type: `object`

## Properties

### `object`

- Required: true
- Type: `object`

Object containing the API resource relevant to the event. For example, an `invoice.created` event will have a full [invoice object](https://stripe.com/docs/api#invoice_object) as the value of the object key.

### `previous_attributes`

- Required: false
- Type: `object`

Object containing the names of the attributes that have changed, and their previous values (sent along only with *.updated events).

## JSON Schema

```json
{"properties":{"object":{"description":"Object containing the API resource relevant to the event. For example, an `invoice.created` event will have a full [invoice object](https://stripe.com/docs/api#invoice_object) as the value of the object key.","type":"object"},"previous_attributes":{"description":"Object containing the names of the attributes that have changed, and their previous values (sent along only with *.updated events).","type":"object"}},"required":["object"],"title":"NotificationEventData","type":"object","x-expandableFields":[]}
```
