# TripSummary
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** | Id of this trip for referencing purposes. Unique within trip response. |
**summary** | Option<**String**> | | [optional]
**external_ref** | Option<**String**> | | [optional]
**start_time** | Option<**String**> | Departure time at origin. | [optional]
**end_time** | Option<**String**> | Arrival time at destination. | [optional]
**duration** | Option<**String**> | Overall duration of the trip. | [optional]
**origin** | Option<[**models::PlaceRef**](PlaceRef.md)> | | [optional]
**origin_name** | Option<**String**> | Name of the origin place | [optional]
**destination** | Option<[**models::PlaceRef**](PlaceRef.md)> | | [optional]
**destination_name** | Option<**String**> | Name of the destination place | [optional]
**transfers** | Option<**i32**> | | [optional]
**distance** | Option<**i32**> | | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)