# `PolarExpress.Params.CustomerSeatsListSeatsParams`
[🔗](https://github.com/jeffhuen/polar_express/blob/main/lib/polar_express/params/customer_seats_list_seats_params.ex#L2)

Parameters for customer seats list seats.

# `t`

```elixir
@type t() :: %PolarExpress.Params.CustomerSeatsListSeatsParams{
  order_id: String.t() | nil,
  subscription_id: String.t() | nil
}
```

* `order_id`
* `subscription_id`

---

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