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