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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** |  | 
**status** | **String** | status of the usage of a vehicle | 
**geo_position** | Option<[**models::GeoPosition**]GeoPosition.md> |  | [optional]
**start_usage_description** | **String** | start usage procedure description | 
**end_usage_description** | **String** | end usage procedure description | 
**start_usage_credentials** | Option<[**models::FulfillmentDocument**]FulfillmentDocument.md> |  | [optional]
**start_usage_time_limit** | Option<**String**> | time limit to start the usage | [optional]
**blocking_fee_ref** | Option<**String**> | id of the fee taken on blocking the vehicle | [optional]
**tip_ref** | Option<**String**> | id of the tip provided to staff | [optional]
**consumption_for_post_payment** | Option<[**models::IndicatedConsumption**]IndicatedConsumption.md> |  | [optional]
**remaining_consumption_from_pre_payment** | Option<[**models::IndicatedConsumption**]IndicatedConsumption.md> |  | [optional]
**estimated_time_of_arrival_at_pick_up_place** | Option<**String**> |  | [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)