# `PolarExpress.Schemas.WebhookRefundUpdatedPayload`
[🔗](https://github.com/jeffhuen/polar_express/blob/main/lib/polar_express/schemas/webhook_refund_updated_payload.ex#L2)

WebhookRefundUpdatedPayload

Sent when a refund is updated.

**Discord & Slack support:** Full

# `t`

```elixir
@type t() :: %PolarExpress.Schemas.WebhookRefundUpdatedPayload{
  data: PolarExpress.Schemas.Refund.t() | nil,
  timestamp: DateTime.t() | nil,
  type: String.t() | nil
}
```

* `data`
* `timestamp` - Format: date-time.
* `type`

# `schema_name`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
