flights property

List<Flight>? flights
getter/setter pair

Flights of this inventory item.

A flight (a.k.a. pricing period) represents the inventory item pricing information for a specific period of time.

Implementation

core.List<Flight>? flights;