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
# BookedOffer

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**offer_id** | **String** | Note that the offerId returned does not necessarily match the offerId given in the Booking Request. | 
**external_ref** | Option<**String**> | A stable reference to the id of the booked offer in the caller's system. When received in input of a request, it must be persisted and echoed back in the response.  | [optional]
**summary** | Option<**String**> | A human-readable description of the booked offer.  | [optional]
**admissions** | Option<[**Vec<models::Admission>**]Admission.md> |  | [optional]
**reservations** | Option<[**Vec<models::Reservation>**]Reservation.md> |  | [optional]
**ancillaries** | Option<[**Vec<models::Ancillary>**]Ancillary.md> |  | [optional]
**continuous_services** | Option<[**Vec<models::ContinuousServiceBookingPart>**]ContinuousServiceBookingPart.md> |  | [optional]
**fees** | Option<[**Vec<models::Fee>**]Fee.md> |  | [optional]
**fares** | Option<[**Vec<models::Fare>**]Fare.md> |  | [optional]
**trip_coverage** | Option<[**models::TripCoverage**]TripCoverage.md> |  | [optional]
**inbound_trip_coverage** | Option<[**models::TripCoverage**]TripCoverage.md> |  | [optional]
**applied_through_ticket_tags** | Option<**Vec<String>**> |  | [optional]
**products** | Option<[**Vec<models::Product>**]Product.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)