# OfferCollectionRequest
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**trip_ids** | Option<**Vec<String>**> | ID of trips representing single or outbound trips to be offered. | [optional]
**inbound_trip_ids** | Option<**Vec<String>**> | ID of trips representing return or inbound trips to be offered. Fill in only When requesting return products or fares. | [optional]
**trip_specifications** | Option<[**Vec<models::TripSpecification>**](TripSpecification.md)> | | [optional]
**inbound_trip_specifications** | Option<[**Vec<models::TripSpecification>**](TripSpecification.md)> | | [optional]
**trip_search_criteria** | Option<[**models::TripSearchCriteria**](TripSearchCriteria.md)> | | [optional]
**trip_response_parameters** | Option<[**models::TripResponseParameters**](TripResponseParameters.md)> | | [optional]
**non_trip_search_criteria** | Option<[**models::NonTripSearchCriteria**](NonTripSearchCriteria.md)> | | [optional]
**requested_sections** | Option<[**Vec<models::Section>**](Section.md)> | | [optional]
**offer_search_criteria** | Option<[**models::OfferSearchCriteria**](OfferSearchCriteria.md)> | | [optional]
**anonymous_passenger_specifications** | [**Vec<models::AnonymousPassengerSpecification>**](AnonymousPassengerSpecification.md) | |
**corporate_codes** | Option<[**Vec<models::CorporateCode>**](CorporateCode.md)> | | [optional]
**promotion_codes** | Option<[**Vec<models::PromotionCode>**](PromotionCode.md)> | | [optional]
**requested_fulfillment_options** | Option<[**Vec<models::FulfillmentOption>**](FulfillmentOption.md)> | | [optional]
**embed** | Option<[**Vec<models::OfferCollectionResponseContent>**](OfferCollectionResponseContent.md)> | Influences whether referenced resources are returned in full or as references only. Proposed default ALL | [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)