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

SeatClaim

# `t`

```elixir
@type t() :: %PolarExpress.Schemas.SeatClaim{invitation_token: String.t() | nil}
```

* `invitation_token` - Invitation token to claim the seat

# `schema_name`

---

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