File: FareTransfer.md

package info (click to toggle)
rust-motis-openapi-sdk 5.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 912 kB
  • sloc: sh: 40; makefile: 4
file content (13 lines) | stat: -rw-r--r-- 1,123 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
# FareTransfer

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**rule** | Option<[**models::FareTransferRule**](FareTransferRule.md)> |  | [optional]
**transfer_products** | Option<[**Vec<models::FareProduct>**](FareProduct.md)> |  | [optional]
**effective_fare_leg_products** | [**Vec<Vec<Vec<models::FareProduct>>>**](Vec.md) | Lists all valid fare products for the effective fare legs. This is an `array<array<FareProduct>>` where the inner array lists all possible fare products that would cover this effective fare leg. Each \"effective fare leg\" can have multiple options for adult/child/weekly/monthly/day/one-way tickets etc. You can see the outer array as AND (you need one ticket for each effective fare leg (`A_AB_B`), the first effective fare leg (`A_AB`) or no fare leg at all but only the transfer product (`AB`) and the inner array as OR (you can choose which ticket to buy)  | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)