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

CustomerSeatClaimResponse

Response after successfully claiming a seat.

# `t`

```elixir
@type t() :: %PolarExpress.Schemas.CustomerSeatClaimResponse{
  customer_session_token: String.t() | nil,
  seat: PolarExpress.Schemas.CustomerSeat.t() | nil
}
```

* `customer_session_token` - Session token for immediate customer portal access
* `seat` - The claimed seat

# `schema_name`

---

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