# BookingSearchRequest
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**origin** | Option<[**models::PlaceRef**](PlaceRef.md)> | | [optional]
**destination** | Option<[**models::PlaceRef**](PlaceRef.md)> | | [optional]
**passenger** | Option<[**models::PassengerSearchRequest**](PassengerSearchRequest.md)> | | [optional]
**purchaser** | Option<[**models::PurchaserSearchRequest**](PurchaserSearchRequest.md)> | | [optional]
**booking_id** | Option<**String**> | | [optional]
**booking_code** | Option<**String**> | reference to the booking in the downstream distributor system | [optional]
**external_ref** | Option<**String**> | reference to the booking in the retailer system | [optional]
**distributor_booking_ref** | Option<**String**> | reference to the booking in the downstream distributor system | [optional]
**retailer_booking_ref** | Option<**String**> | | [optional]
**fulfillment_id** | Option<**String**> | | [optional]
**fulfillment_control_number** | Option<**String**> | | [optional]
**travel_date_range** | Option<[**models::DateRange**](DateRange.md)> | | [optional]
**purchase_date_range** | Option<[**models::DateRange**](DateRange.md)> | | [optional]
**parameters** | Option<[**models::BookingSearchParameters**](BookingSearchParameters.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)