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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | Option<**String**> | id of the pick-up place | [optional]
**description** | **String** | description of the pick-up place | 
**name** | Option<**String**> | name of the pick-up place | [optional]
**access_description** | Option<**String**> | description on how to access the on-demand vehicle | [optional]
**geo_position** | [**models::GeoPosition**]GeoPosition.md |  | 
**available_vehicles** | [**Vec<models::ContinuousServiceVehicleAvailability>**]ContinuousServiceVehicleAvailability.md |  | 
**pre_allocation_time_limit** | Option<**String**> | Duration for which the vehicle can be blocked until the usage starts. | [optional]
**process_indication** | Option<**Vec<String>**> | Machine readable indications on how the on-demand process should be handled. | [optional]
**estimated_vehicle_arrival_at_pick_up** | Option<**String**> | Time until when the vehicle is expected to arrive at the pick-up place (taxi,..)  | [optional]
**estimated_user_arrival_at_pick_up** | Option<**String**> | Time until when the user of the service is expected to arrive at the pick-up place.  | [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)