ticketSeats property
The reserved seat for the passenger(s).
If only one seat is to be specified then use the ticketSeat
field
instead. Both ticketSeat
and ticketSeats
may not be set.
Implementation
core.List<TicketSeat>? ticketSeats;
The reserved seat for the passenger(s).
If only one seat is to be specified then use the ticketSeat
field
instead. Both ticketSeat
and ticketSeats
may not be set.
core.List<TicketSeat>? ticketSeats;