flightDateType property

String? flightDateType
getter/setter pair

The type of the line item's flight dates.

Required. Possible string values are:

  • "LINE_ITEM_FLIGHT_DATE_TYPE_UNSPECIFIED" : Type value is not specified or is unknown in this version.
  • "LINE_ITEM_FLIGHT_DATE_TYPE_INHERITED" : The line item's flight dates are inherited from its parent insertion order.
  • "LINE_ITEM_FLIGHT_DATE_TYPE_CUSTOM" : The line item uses its own custom flight dates.

Implementation

core.String? flightDateType;