ticketLegs property
Each ticket may contain one or more legs.
Each leg contains departure and arrival information along with boarding
and seating information. If only one leg is to be specified then use the
ticketLeg
field instead. Both ticketLeg
and ticketLegs
may not be
set.
Implementation
core.List<TicketLeg>? ticketLegs;