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

WebhookCustomerSeatClaimedPayload

Sent when a customer seat is claimed.

This event is triggered when a customer accepts the seat invitation and claims their access.

# `t`

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