SeatsList
Summary
Types
@type t() :: %PolarExpress.Schemas.SeatsList{ available_seats: integer() | nil, seats: [PolarExpress.Schemas.CustomerSeat.t()] | nil, total_seats: integer() | nil }
available_seats- Number of available seatsseats- List of seatstotal_seats- Total number of seats for the subscription