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

WebhookCustomerSeatAssignedPayload

Sent when a new customer seat is assigned.

This event is triggered when a seat is assigned to a customer by the organization.
The customer will receive an invitation email to claim the seat.

# `t`

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