osdm-sys 0.1.0-alpha.3

Specifications for the OSDM API standard. The OSDM specification supports two modes of operation: Retailer Mode and Distributor Mode. The API works identically in both modes, except that in distributor mode the API also returns fare information. The following resources are key to get started: - [Processes](https://osdm.io/spec/processes/) - [Models](https://osdm.io/spec/models/) - [Getting started](https://osdm.io/spec/getting-started/)
Documentation
# 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)