osdm-sys 0.1.0-alpha.3

Specifications for the OSDM API standard. The OSDM specification supports two modes of operation: Retailer Mode and Distributor Mode. The API works identically in both modes, except that in distributor mode the API also returns fare information. The following resources are key to get started: - [Processes](https://osdm.io/spec/processes/) - [Models](https://osdm.io/spec/models/) - [Getting started](https://osdm.io/spec/getting-started/)
Documentation
# 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)