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