
# Dispute Evidence Created Webhook Object

## Structure

`DisputeEvidenceCreatedWebhookObject`

## Fields

| Name | Type | Tags | Description | Getter | Setter |
|  --- | --- | --- | --- | --- | --- |
| `object` | [`?Dispute`](../../doc/models/dispute.md) | Optional | Represents a [dispute](https://developer.squareup.com/docs/disputes-api/overview) a cardholder initiated with their bank. | getObject(): ?Dispute | setObject(?Dispute object): void |

## Example (as JSON)

```json
{
  "object": null
}
```

