fareClass property
The fare class of the ticketed seat. Possible string values are:
- "FARE_CLASS_UNSPECIFIED"
- "ECONOMY"
- "economy" : Legacy alias for
ECONOMY
. Deprecated. - "FIRST"
- "first" : Legacy alias for
FIRST
. Deprecated. - "BUSINESS"
- "business" : Legacy alias for
BUSINESS
. Deprecated.
Implementation
core.String? fareClass;