ticketSeats property

List<TicketSeat>? ticketSeats
getter/setter pair

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;