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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**data_filter** | Option<[**models::TripDataFilter**]TripDataFilter.md> |  | [optional]
**policy_filter** | Option<[**models::BaseTripPolicyFilter**]BaseTripPolicyFilter.md> |  | [optional]
**mobility_filter** | Option<[**models::TripMobilityFilter**]TripMobilityFilter.md> |  | [optional]
**number_of_results** | Option<**i32**> | Deprecated in 3.7.0 as it is getting removed in OJP to avoid inconsistency.  | [optional][default to 5]
**number_of_results_before** | Option<**i32**> |  | [optional][default to 0]
**number_of_results_after** | Option<**i32**> |  | [optional][default to 5]
**ignore_realtime_data** | Option<**bool**> |  | [optional][default to false]
**transfer_limit** | Option<**i32**> | The maximum number of interchanges the user will accept per trip.  | [optional]
**it_modes_to_cover** | Option<**String**> | Modes which an individual powers themselves (such as walk, cycle). Provided by OJP.  | [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)