tripType property
The type of trip this transit object represents.
Used to determine the pass title and/or which symbol to use between the origin and destination.
Required. Possible string values are:
- "TRIP_TYPE_UNSPECIFIED"
- "ROUND_TRIP"
- "roundTrip" : Legacy alias for ROUND_TRIP. Deprecated.
- "ONE_WAY"
- "oneWay" : Legacy alias for ONE_WAY. Deprecated.
Implementation
core.String? tripType;