motis-openapi-sdk 5.0.0

Automatically generated code for the Motis OpenAPI description.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# FareProduct

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **String** | The name of the fare product as displayed to riders. | 
**amount** | **f64** | The cost of the fare product. May be negative to represent transfer discounts. May be zero to represent a fare product that is free. | 
**currency** | **String** | ISO 4217 currency code. The currency of the cost of the fare product. | 
**rider_category** | Option<[**models::RiderCategory**]RiderCategory.md> |  | [optional]
**media** | Option<[**models::FareMedia**]FareMedia.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)