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
# TransferLeg

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**continuous_mode** | Option<**String**> | Types of modes that run at any time without a timetable. Provided by OJP.  | [optional]
**transfer_mode** | Option<**String**> | Modes dedicated to perform transfers. Provided by OJP.  | [optional]
**start** | [**models::PlaceRef**]PlaceRef.md |  | 
**end** | [**models::PlaceRef**]PlaceRef.md |  | 
**time_window_start** | Option<**String**> | Time at which window begins.  | [optional]
**time_window_end** | Option<**String**> | Time at which window ends.  | [optional]
**duration** | Option<**String**> | Overall duration of this interchange.  | [optional]
**situation_full_refs** | Option<**Vec<String>**> |  | [optional]
**co2_emission** | Option<[**models::Quantity**]Quantity.md> |  | [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)