# ExchangeOfferCollectionResponse
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**warnings** | Option<[**models::WarningCollection**](WarningCollection.md)> | | [optional]
**problems** | Option<[**Vec<models::Problem>**](Problem.md)> | | [optional]
**exchange_offers** | Option<[**Vec<models::ExchangeOffer>**](ExchangeOffer.md)> | | [optional]
**trips** | Option<[**Vec<models::Trip>**](Trip.md)> | Two trips are returned if round trips are exchanged. | [optional]
**passengers** | Option<[**Vec<models::Passenger>**](Passenger.md)> | | [optional]
**_links** | Option<[**Vec<models::Link>**](Link.md)> | Java Property Name: 'links' | [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)