Amadeus Solutions · JSON Structure

Flight Offers Search Extended_ Pricing Options Structure

fare filter options

Type: object Properties: 4
AirlinesBookingFlightsGDSHotelsTravelTravel Technology

Extended_PricingOptions is a JSON Structure definition published by Amadeus Solutions, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

includedCheckedBagsOnly refundableFare noRestrictionFare noPenaltyFare

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus-solutions/refs/heads/main/json-structure/flight-offers-search-extended_-pricing-options-structure.json",
  "name": "Extended_PricingOptions",
  "description": "fare filter options",
  "type": "object",
  "properties": {
    "includedCheckedBagsOnly": {
      "type": "boolean",
      "description": "If true, returns the flight-offers with included checked bags only",
      "example": true
    },
    "refundableFare": {
      "type": "boolean",
      "description": "If true, returns the flight-offers with refundable fares only",
      "example": true
    },
    "noRestrictionFare": {
      "type": "boolean",
      "description": "If true, returns the flight-offers with no restriction fares only",
      "example": true
    },
    "noPenaltyFare": {
      "type": "boolean",
      "description": "If true, returns the flight-offers with no penalty fares only",
      "example": true
    }
  }
}