# BookingSearchResult
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**purchaser** | Option<[**models::Purchaser**](Purchaser.md)> | | [optional]
**passengers** | [**Vec<models::Passenger>**](Passenger.md) | |
**trip_summaries** | Option<[**Vec<models::TripSummary>**](TripSummary.md)> | | [optional]
**id** | **String** | |
**booking_code** | Option<**String**> | The unique booking code in the provider system. Usually refers to an order number or PNR. | [optional]
**external_ref** | Option<**String**> | The unique booking reference in the provider system. Usually refers to an order number or PNR. | [optional]
**provisional_price** | Option<[**models::Price**](Price.md)> | | [optional]
**provisional_refund_amount** | Option<[**models::Price**](Price.md)> | | [optional]
**confirmed_price** | Option<[**models::Price**](Price.md)> | | [optional]
**booked_offer_summaries** | [**Vec<models::BookedOfferSummary>**](BookedOfferSummary.md) | |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)