ticketLegs property

List<TicketLeg>? ticketLegs
getter/setter pair

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;