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

WebhookMemberUpdatedPayload

Sent when a member is updated.

This event is triggered when member details are updated,
such as their name or role within the customer.

**Discord & Slack support:** Basic

# `t`

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