# ReturnSearchParameters
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**inward_return_date** | Option<**String**> | Needs to be provided when creating the collection of outbound travels so that the provider knows when a inbound travel can be expected and propose appropriate product and fares. Superseded by `OfferSearchCriteria.inboundDate`. | [optional]
**outbound_trip_ids** | Option<**Vec<String>**> | Needs to be provided when creating collection of offers covering both outbound and inbound (return) journey. | [optional]
**outward_offer_ids** | Option<**Vec<String>**> | Needs to be provided when creating the collection of inbound travels so that the provider can relate the inbound travels to the outbound travels context. | [optional]
**outward_offer_tag** | Option<**String**> | Needs to be provided when creating the collection of inbound travels so that the provider knows what the outbound offer is and and propose compatible offers only if desired or mandatory. | [optional]
**departure_time** | Option<**String**> | Needs to be in local date time format of the stop. Exactly one of `departureTime` and `arrivalTime` must be provided. | [optional]
**arrival_time** | Option<**String**> | Needs to in be local date time format of the stop. Exactly one of `departureTime` and `arrivalTime` must be provided. | [optional]
**vias** | Option<[**Vec<models::TripVia>**](TripVia.md)> | Ordered series of points where the journey must pass through. If more than one via point is given all of them must be obeyed - in the correct order. The server is allowed to replace a via stop by equivalent stops. TripDataFilters given at a via apply to the section after that via. To apply a TripDataFilter for the first section (between the origin and the first via), use the TripDataFilter within the TripParameters structure. | [optional]
**parameters** | Option<[**models::TripParameters**](TripParameters.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)