# Offer
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**offer_id** | **String** | |
**summary** | Option<**String**> | A human-readable description of the offer. | [optional]
**offer_summary** | Option<[**models::OfferSummary**](OfferSummary.md)> | | [optional]
**created_on** | **String** | |
**pre_bookable_until** | **String** | time until the offer can be pre-booked, however its availability is not guaranteed |
**passenger_refs** | **Vec<String>** | |
**products** | Option<[**Vec<models::Product>**](Product.md)> | | [optional]
**trip_coverage** | Option<[**models::TripCoverage**](TripCoverage.md)> | | [optional]
**inbound_trip_coverage** | Option<[**models::TripCoverage**](TripCoverage.md)> | | [optional]
**admission_offer_parts** | Option<[**Vec<models::AdmissionOfferPart>**](AdmissionOfferPart.md)> | | [optional]
**reservation_offer_parts** | Option<[**Vec<models::ReservationOfferPart>**](ReservationOfferPart.md)> | | [optional]
**ancillary_offer_parts** | Option<[**Vec<models::AncillaryOfferPart>**](AncillaryOfferPart.md)> | | [optional]
**continuous_service_offer_parts** | Option<[**Vec<models::ContinuousServiceOfferPart>**](ContinuousServiceOfferPart.md)> | | [optional]
**fees** | Option<[**Vec<models::Fee>**](Fee.md)> | | [optional]
**fares** | Option<[**Vec<models::Fare>**](Fare.md)> | | [optional]
**_links** | Option<[**Vec<models::Link>**](Link.md)> | Java Property Name: 'links' | [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)