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

WebhookCustomerUpdatedPayload

Sent when a customer is updated.

This event is fired when the customer details are updated.

If you want to be notified when a customer subscription or benefit state changes, you should listen to the `customer_state_changed` event.

**Discord & Slack support:** Basic

# `t`

```elixir
@type t() :: %PolarExpress.Schemas.WebhookCustomerUpdatedPayload{
  data: PolarExpress.Schemas.Customer.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*
