# BookedOfferRequest
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**offers** | [**Vec<models::OfferSelection>**](OfferSelection.md) | |
**passengers** | Option<[**Vec<models::Passenger>**](Passenger.md)> | Existing passengers are linked with the given booking and do not need to be referenced in the request. | [optional]
**additional_passenger_specifications** | Option<[**Vec<models::PassengerSpecification>**](PassengerSpecification.md)> | | [optional]
**promotion_codes** | Option<[**Vec<models::PromotionCode>**](PromotionCode.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)