---
title: "Get flight attributes"
method: POST
path: "/v2/air/flight-attributes"
tags: ["Air"]
---

# Get flight attributes

`POST /v2/air/flight-attributes`

Get Flight attributes, amenities and fare rules for the given search response id. 
Returns the full air search response along with attribute details.

## Request body

- AirAttributesRequest — Describes the search response for which the attributes are being requested.
  - `searchId` string, required — The unique ID for the search response for which the attributes are being requested.

## Response `200`

OK

- AirSearchResponse — A list of itineraries with detailed flight information and prices for each.
  - `searchId` string, required — The unique ID for this search response. This value must be passed on in the subsequent booking API calls.
  - `itineraryDetails` ItineraryInfo, required — Describes the detailed itinerary information provided in the search response.
    - `itineraries` AirItin[]
      - `itineraryId` string, required — The unique ID for this itinerary.
      - `legs` AirLegInfo[], required
        - `id` string, required — The unique ID for this leg.
        - `flights` FlightDetail[], required — Details of the list of flights present in the leg.
          - `id` string, required — The unique ID for this flight in the itinerary.
          - `flightData` union
            - object — Wrapper of flight reference to be used in oneOf.
              - …
            - object — Wrapper of FlightCommon data to be used in oneOf.
              - …
          - `cabin` 'UNKNOWN_CABIN' | 'ECONOMY' | 'PREMIUM_ECONOMY' | 'BUSINESS' | 'FIRST', required — Flight cabin
          - `bookingCode` string — The airline's one-letter code for the associated fare
          - `seatAvailability` integer — The availability of seats on this flight
          - `corpAccountCode` string — The account code is used to get corporate negotiated price
          - `carbonEmission` CO2EmissionDetail — CO2 emission details for the flight.
            - `emissionValue` number, double, required — Estimated C02 emissions value for selected flight and seating class, per passenger (in tons)
            - `averageEmissionValue` number, double — Average estimated C02 emissions per passenger for same route (in tons)
            - `flightDistanceKm` number, double — Total distance flown by the flight in kilometres.
            - `isApproximate` boolean — Indicates whether the emissions value is approximate or not.
          - `amenities` AirAmenity[] — The amenities associated with the flight.
            - union
              - …
          - `flightAttributes` FlightAttribute[] — The set of product attributes associated with the flight.
            - `description` string — Marketing description and images associated with the flight attribute.
            - `categories` FlightAttributeCategory[] — List of categories in which this flight attribute falls into
            - `photos` ImageGroup[] — List of images associated with the flight attribute.
              - …
          - `fareBasisCode` string — The fare basis code contains information about the fare.
        - `travelerInfos` TravelerLegInfo[], required — Details of passenger(s) information for this leg.
          - `travelerId` string, required — Unique identifier for the traveler in this response
          - `travelerLegFare` FareAmount — Fare amount including base fare and tax.
            - `base` Money, required — Money object containing details such as the amount, the currency code, and the converted amount.
              - …
            - `tax` Money, required — Money object containing details such as the amount, the currency code, and the converted amount.
              - …
            - `taxBreakdown` Tax[]
              - …
          - `fareRules` FareRules — The rules and restrictions associated with the fare.
            - `baggagePolicy` BaggagePolicy — Baggage policy for this traveler.
              - …
            - `cancellationPolicy` CancellationPolicy — Information about the cancellation policy.
              - …
            - `postDepartureCancellationPolicy` CancellationPolicy — Information about the cancellation policy.
              - …
            - `exchangePolicy` ExchangePolicy — Information about the exchange policy.
              - …
            - `postDepartureExchangePolicy` ExchangePolicy — Information about the exchange policy.
              - …
            - `seatSelectionPolicy` SeatSelectionRule — Seat selection rule
              - …
            - `boardingPolicy` BoardingPolicy — Priority boarding information.
              - …
            - `checkInPolicy` CheckInPolicy — Information about the check-in policy.
              - …
            - `loungePolicy` LoungePolicy — Information about the lounge policy.
              - …
            - `seatType` SeatTypeInfo — Seat information
              - …
        - `totalLegFare` FareAmount, required — Fare amount including base fare and tax.
          - `base` Money, required — Money object containing details such as the amount, the currency code, and the converted amount.
            - `amount` number, double, required — The numeric value for the amount of money.
            - `currencyCode` string, required — The 3-letter currency code for the money amount (defined using ISO 4217 standard).
            - `convertedAmount` number, double — The converted currency and amount that has been converted (if a currency conversion has been requested). For example, if the call requests that money be sent in a specified currency (because the frontend requested the backend to send money in the user's preferred currency).
            - `convertedCurrency` string — The 3-letter currency code for the converted currency (defined using ISO 4217 standard).
            - `otherCoinage` object[] — List of the dollar amount in other coinage systems like reward points, cryptocurrency etc.
              - …
          - `tax` Money, required — Money object containing details such as the amount, the currency code, and the converted amount.
            - `amount` number, double, required — The numeric value for the amount of money.
            - `currencyCode` string, required — The 3-letter currency code for the money amount (defined using ISO 4217 standard).
            - `convertedAmount` number, double — The converted currency and amount that has been converted (if a currency conversion has been requested). For example, if the call requests that money be sent in a specified currency (because the frontend requested the backend to send money in the user's preferred currency).
            - `convertedCurrency` string — The 3-letter currency code for the converted currency (defined using ISO 4217 standard).
            - `otherCoinage` object[] — List of the dollar amount in other coinage systems like reward points, cryptocurrency etc.
              - …
          - `taxBreakdown` Tax[]
            - `amount` Money, required — Money object containing details such as the amount, the currency code, and the converted amount.
              - …
            - `taxCode` string — Tax code
            - `percentage` number, double — Tax amount to total amount
        - `fareCategory` FareCategory, required
          - `ngsCategory` 'UNKNOWN_NGS_CATEGORY' | 'BASE' | 'STANDARD' | 'ENHANCED' | 'PREMIUM' | 'LUXURY' | 'ULTRA_LUXURY'
          - `cabinViewCategory` 'UNKNOWN_CABIN_CATEGORY' | 'BASIC' | 'ECONOMY' | 'PREMIUM_ECONOMY' | 'ECONOMY_PLUS' | 'BUSINESS' | 'FIRST'
        - `brandName` string — The brand name advertised by the airline.
        - `brandCode` string — The brand code assigned by the airline corresponding brandName.
        - `validatingAirline` string — The airline code for the airline which is validating this booking and orchestrating the payment.
        - `rateType` 'RATE_TYPE_UNKNOWN' | 'PUBLISHED' | 'TMC_NEGOTIATED' | 'COMPANY_NEGOTIATED' — Type of booked fare
        - `vendorProgramType` 'UA_PASS_PLUS' | 'GENERIC_PROGRAM_TYPE' — The type of the vendor program
      - `travelers` TravelerDetail[], required
        - `travelerId` string, required — Unique identifier for the traveler in this response
        - `travelerType` 'UNKNOWN_PASSENGER_TYPE' | 'ADULT' | 'CHILD' | 'INFANT' | 'INFANT_ON_LAP' | 'YOUTH' | 'SENIOR' | 'TEEN', required — Type of passenger
        - `travelerAge` PassengerAge — Age of the traveler
          - `numYears` integer, required — Age of the passenger
        - `fareInfo` FareInfo, required — The detailed information about the fare (including tax and merchant fee details).
          - `totalFare` FareAmount, required — Fare amount including base fare and tax.
            - `base` Money, required — Money object containing details such as the amount, the currency code, and the converted amount.
              - …
            - `tax` Money, required — Money object containing details such as the amount, the currency code, and the converted amount.
              - …
            - `taxBreakdown` Tax[]
              - …
          - `taxBreakdown` Tax[]
            - `amount` Money, required — Money object containing details such as the amount, the currency code, and the converted amount.
              - …
            - `taxCode` string — Tax code
            - `percentage` number, double — Tax amount to total amount
          - `merchantFeeInfo` MerchantFeeInfo — Describes the merchant fee applicable on the itinerary.
            - `amount` FareAmount, required — Fare amount including base fare and tax.
              - …
        - `fareMetadata` FareMetadata — Metadata about pax fare
          - `corpAccountCode` string — The corp account code for each pax.
      - `fareInfo` FareInfo, required — The detailed information about the fare (including tax and merchant fee details).
        - `totalFare` FareAmount, required — Fare amount including base fare and tax.
          - `base` Money, required — Money object containing details such as the amount, the currency code, and the converted amount.
            - `amount` number, double, required — The numeric value for the amount of money.
            - `currencyCode` string, required — The 3-letter currency code for the money amount (defined using ISO 4217 standard).
            - `convertedAmount` number, double — The converted currency and amount that has been converted (if a currency conversion has been requested). For example, if the call requests that money be sent in a specified currency (because the frontend requested the backend to send money in the user's preferred currency).
            - `convertedCurrency` string — The 3-letter currency code for the converted currency (defined using ISO 4217 standard).
            - `otherCoinage` object[] — List of the dollar amount in other coinage systems like reward points, cryptocurrency etc.
              - …
          - `tax` Money, required — Money object containing details such as the amount, the currency code, and the converted amount.
            - `amount` number, double, required — The numeric value for the amount of money.
            - `currencyCode` string, required — The 3-letter currency code for the money amount (defined using ISO 4217 standard).
            - `convertedAmount` number, double — The converted currency and amount that has been converted (if a currency conversion has been requested). For example, if the call requests that money be sent in a specified currency (because the frontend requested the backend to send money in the user's preferred currency).
            - `convertedCurrency` string — The 3-letter currency code for the converted currency (defined using ISO 4217 standard).
            - `otherCoinage` object[] — List of the dollar amount in other coinage systems like reward points, cryptocurrency etc.
              - …
          - `taxBreakdown` Tax[]
            - `amount` Money, required — Money object containing details such as the amount, the currency code, and the converted amount.
              - …
            - `taxCode` string — Tax code
            - `percentage` number, double — Tax amount to total amount
        - `taxBreakdown` Tax[]
          - `amount` Money, required — Money object containing details such as the amount, the currency code, and the converted amount.
            - `amount` number, double, required — The numeric value for the amount of money.
            - `currencyCode` string, required — The 3-letter currency code for the money amount (defined using ISO 4217 standard).
            - `convertedAmount` number, double — The converted currency and amount that has been converted (if a currency conversion has been requested). For example, if the call requests that money be sent in a specified currency (because the frontend requested the backend to send money in the user's preferred currency).
            - `convertedCurrency` string — The 3-letter currency code for the converted currency (defined using ISO 4217 standard).
            - `otherCoinage` object[] — List of the dollar amount in other coinage systems like reward points, cryptocurrency etc.
              - …
          - `taxCode` string — Tax code
          - `percentage` number, double — Tax amount to total amount
        - `merchantFeeInfo` MerchantFeeInfo — Describes the merchant fee applicable on the itinerary.
          - `amount` FareAmount, required — Fare amount including base fare and tax.
            - `base` Money, required — Money object containing details such as the amount, the currency code, and the converted amount.
              - …
            - `tax` Money, required — Money object containing details such as the amount, the currency code, and the converted amount.
              - …
            - `taxBreakdown` Tax[]
              - …
      - `ticketType` 'SINGLE' | 'MULTI', required — The ticket issuance type for a given itinerary, whether single or multiple
      - `policyInfos` PnrPolicyInfo — Policy Info applicable for the associated itinerary
        - `policies` PnrPolicyId[] — List of policies applied to the itinerary.
          - `id` string, required — Policy id
          - `version` string, required — version of the policy
          - `policyName` string — Name of the policy applied.
          - `approvalType` 'HARD_APPROVAL' | 'SOFT_APPROVAL' | 'PASSIVE_APPROVAL'
          - `policyType` 'GLOBAL' | 'DEFAULT' | 'GROUP'
        - `ruleResultInfos` PolicyRuleResultInfo[]
          - `violationInfos` PolicyViolationInfo[]
            - `predicateString` string
            - `predicate` 'UNKNOWN_PREDICATE_STRING' | 'MAX_FARE_PER_TRAVELLER_VIOLATION' | 'FARE_MORE_THAN_MINIMUM' | 'FARE_MORE_THAN_MEDIAN' | 'FARE_LESS_THAN_MEDIAN' | 'FARE_MORE_THAN_LLF' | 'MAX_FARE_PER_TRAVELLER_VIOLATION_INCLUDING_TAX' | 'MAX_FARE_PER_TRAVELLER_VIOLATION_EXCLUDING_TAX' | 'HOTEL_PAYMENT_OPTIONS_VIOLATION' | 'RAIL_BOOKING_WINDOW_GAP_VIOLATION' | 'RAIL_TRAVEL_CLASS_VIOLATION' | 'RAIL_TICKET_REFUNDABLE_VIOLATION' | 'RAIL_MAX_BOOKING_PRICE_VIOLATION_INCLUDING_TAX' | 'RAIL_MAX_BOOKING_PRICE_VIOLATION_EXCLUDING_TAX' | 'AIR_MAX_PRICE_MORE_THAN_LLF_VIOLATION_INCLUDING_TAX' | 'AIR_MAX_PRICE_MORE_THAN_LLF_VIOLATION_EXCLUDING_TAX' | 'HOTEL_RESTRICTED_KEYWORDS_VIOLATION' | 'RESTRICTED_LOCATION_VIOLATION' | 'FLIGHT_ADVANCE_BOOKING_WINDOW_DOMESTIC_VIOLATION' | 'FLIGHT_ADVANCE_BOOKING_WINDOW_INTERNATIONAL_VIOLATION' | 'FLIGHT_ADVANCE_BOOKING_WINDOW_VIOLATION' | 'ITINERARY_WITHIN_EVENT_TRAVEL_WINDOW' | 'HOTEL_IN_ALLOWED_HOTEL_LIST' | 'PAYMENT_ACCESS_VIOLATION' | 'AIRPORT_IN_ALLOWED_AIRPORT_LIST' | 'ITINERARY_TYPE_IS_NOT_IN_ALLOWED_BOOKING_TYPES' | 'PAYMENT_AIR_ADDON_VIOLATION' | 'MAX_HOTEL_BOOKING_PRICE_INCLUDING_TAX' | 'MAX_HOTEL_BOOKING_PRICE_EXCLUDING_TAX' | 'AIR_NUM_TRAVELERS_ALLOWED' | 'PREFERRED_VENDOR_VIOLATION' | 'SEAT_ADDON_VIOLATION' | 'BAGGAGE_ADDON_VIOLATION' | 'EARLY_BIRD_ADDON_VIOLATION' | 'WIFI_ADDON_VIOLATION' | 'RESTRICTED_BOOKING_VIOLATION' | 'HIGHEST_ALLOWED_CABIN_VIOLATION' | 'LOWEST_FARE_PER_HOTEL_PROPERTY_VIOLATION' | 'AIR_RESTRICTED_FARES_VIOLATION' | 'AIR_ANCILLARY_VIOLATION' — This contains the enum mentioning the policy rule which was violated.
            - `expectedValue` union
              - …
            - `actualValue` union
              - …
          - `subViolationInfos` PolicyViolationInfo[] — In case of complex rules this will contain extra information as to how the rule was calculated.
            - `predicateString` string
            - `predicate` 'UNKNOWN_PREDICATE_STRING' | 'MAX_FARE_PER_TRAVELLER_VIOLATION' | 'FARE_MORE_THAN_MINIMUM' | 'FARE_MORE_THAN_MEDIAN' | 'FARE_LESS_THAN_MEDIAN' | 'FARE_MORE_THAN_LLF' | 'MAX_FARE_PER_TRAVELLER_VIOLATION_INCLUDING_TAX' | 'MAX_FARE_PER_TRAVELLER_VIOLATION_EXCLUDING_TAX' | 'HOTEL_PAYMENT_OPTIONS_VIOLATION' | 'RAIL_BOOKING_WINDOW_GAP_VIOLATION' | 'RAIL_TRAVEL_CLASS_VIOLATION' | 'RAIL_TICKET_REFUNDABLE_VIOLATION' | 'RAIL_MAX_BOOKING_PRICE_VIOLATION_INCLUDING_TAX' | 'RAIL_MAX_BOOKING_PRICE_VIOLATION_EXCLUDING_TAX' | 'AIR_MAX_PRICE_MORE_THAN_LLF_VIOLATION_INCLUDING_TAX' | 'AIR_MAX_PRICE_MORE_THAN_LLF_VIOLATION_EXCLUDING_TAX' | 'HOTEL_RESTRICTED_KEYWORDS_VIOLATION' | 'RESTRICTED_LOCATION_VIOLATION' | 'FLIGHT_ADVANCE_BOOKING_WINDOW_DOMESTIC_VIOLATION' | 'FLIGHT_ADVANCE_BOOKING_WINDOW_INTERNATIONAL_VIOLATION' | 'FLIGHT_ADVANCE_BOOKING_WINDOW_VIOLATION' | 'ITINERARY_WITHIN_EVENT_TRAVEL_WINDOW' | 'HOTEL_IN_ALLOWED_HOTEL_LIST' | 'PAYMENT_ACCESS_VIOLATION' | 'AIRPORT_IN_ALLOWED_AIRPORT_LIST' | 'ITINERARY_TYPE_IS_NOT_IN_ALLOWED_BOOKING_TYPES' | 'PAYMENT_AIR_ADDON_VIOLATION' | 'MAX_HOTEL_BOOKING_PRICE_INCLUDING_TAX' | 'MAX_HOTEL_BOOKING_PRICE_EXCLUDING_TAX' | 'AIR_NUM_TRAVELERS_ALLOWED' | 'PREFERRED_VENDOR_VIOLATION' | 'SEAT_ADDON_VIOLATION' | 'BAGGAGE_ADDON_VIOLATION' | 'EARLY_BIRD_ADDON_VIOLATION' | 'WIFI_ADDON_VIOLATION' | 'RESTRICTED_BOOKING_VIOLATION' | 'HIGHEST_ALLOWED_CABIN_VIOLATION' | 'LOWEST_FARE_PER_HOTEL_PROPERTY_VIOLATION' | 'AIR_RESTRICTED_FARES_VIOLATION' | 'AIR_ANCILLARY_VIOLATION' — This contains the enum mentioning the policy rule which was violated.
            - `expectedValue` union
              - …
            - `actualValue` union
              - …
          - `actions` PolicyAction[] — Followed actions if rule was satisfied else violated actions.
            - union — Action that is required / done for policy.
              - …
      - `posInfo` POSInfo[] — The point of sales which offer the itinerary.
        - `source` 'UNKNOWN_SOURCE' | 'SABRE' | 'TRAVEL_FUSION' | 'AVIA' | 'NDC' | 'TRAINLINE' | 'ATPCO_NDC' | 'FARELOGIX_NDC' | 'OFFLINE' | 'CONNEXUS' | 'ROUTEHAPPY' | 'AMADEUS' | 'GIATA' | 'QBR' | 'BCD' | 'QANTAS_HOTELS' | 'SOUTHWEST' | 'EXPEDIA' | 'HOTEL_HUB' | 'MARRIOTT' | 'CLEARTRIP' | 'KYTE' | 'GROUNDSPAN' | 'SABRE_NDC' | 'BOOKING_COM' | 'CARTRAWLER' | 'PREMIER_INN' | 'TRAVELODGE' | 'ENTERPRISE' | 'HYATT' | 'EUROSTAR' | 'NATIONAL' | 'ALAMO' | 'AVIS' | 'BUDGET' | 'HERTZ' | 'DOLLAR' | 'THRIFTY' | 'FIREFLY', required
        - `posDescriptor` string — The identifier for the point of sale. This would be the PCC for GDS bookings.
      - `publicFare` FareAmount — Fare amount including base fare and tax.
        - `base` Money, required — Money object containing details such as the amount, the currency code, and the converted amount.
          - `amount` number, double, required — The numeric value for the amount of money.
          - `currencyCode` string, required — The 3-letter currency code for the money amount (defined using ISO 4217 standard).
          - `convertedAmount` number, double — The converted currency and amount that has been converted (if a currency conversion has been requested). For example, if the call requests that money be sent in a specified currency (because the frontend requested the backend to send money in the user's preferred currency).
          - `convertedCurrency` string — The 3-letter currency code for the converted currency (defined using ISO 4217 standard).
          - `otherCoinage` object[] — List of the dollar amount in other coinage systems like reward points, cryptocurrency etc.
            - `coinageCode` 'PAYMENT_METHOD_UNKNOWN' | 'CREDIT_CARD' | 'BREX_POINTS' | 'CASH' | 'QANTAS_POINTS' | 'VENDOR_PROGRAM_PAYMENT' | 'DELAYED_INVOICING' | 'FLIGHT_CREDITS' | 'QANTAS_TRAVEL_FUND' | 'CUSTOM_VIRTUAL_PAYMENT' | 'FLIGHT_PASS' | 'MISCELLANEOUS_CREDIT_ORDER' | 'NO_PREPAYMENT' — Payment method
            - `amount` number, double
            - `conversionRate` number, double — 1 coin in this system equals to how many currency value
            - `preferredCurrencyConversionRate` number, double — 1 coin in this system equals to how many currency value
            - `otherCoinageMetadata` FlightPassPaymentMetadataWrapper — Wrapper for Flight Pass payment metadata.
              - …
        - `tax` Money, required — Money object containing details such as the amount, the currency code, and the converted amount.
          - `amount` number, double, required — The numeric value for the amount of money.
          - `currencyCode` string, required — The 3-letter currency code for the money amount (defined using ISO 4217 standard).
          - `convertedAmount` number, double — The converted currency and amount that has been converted (if a currency conversion has been requested). For example, if the call requests that money be sent in a specified currency (because the frontend requested the backend to send money in the user's preferred currency).
          - `convertedCurrency` string — The 3-letter currency code for the converted currency (defined using ISO 4217 standard).
          - `otherCoinage` object[] — List of the dollar amount in other coinage systems like reward points, cryptocurrency etc.
            - `coinageCode` 'PAYMENT_METHOD_UNKNOWN' | 'CREDIT_CARD' | 'BREX_POINTS' | 'CASH' | 'QANTAS_POINTS' | 'VENDOR_PROGRAM_PAYMENT' | 'DELAYED_INVOICING' | 'FLIGHT_CREDITS' | 'QANTAS_TRAVEL_FUND' | 'CUSTOM_VIRTUAL_PAYMENT' | 'FLIGHT_PASS' | 'MISCELLANEOUS_CREDIT_ORDER' | 'NO_PREPAYMENT' — Payment method
            - `amount` number, double
            - `conversionRate` number, double — 1 coin in this system equals to how many currency value
            - `preferredCurrencyConversionRate` number, double — 1 coin in this system equals to how many currency value
            - `otherCoinageMetadata` FlightPassPaymentMetadataWrapper — Wrapper for Flight Pass payment metadata.
              - …
        - `taxBreakdown` Tax[]
          - `amount` Money, required — Money object containing details such as the amount, the currency code, and the converted amount.
            - `amount` number, double, required — The numeric value for the amount of money.
            - `currencyCode` string, required — The 3-letter currency code for the money amount (defined using ISO 4217 standard).
            - `convertedAmount` number, double — The converted currency and amount that has been converted (if a currency conversion has been requested). For example, if the call requests that money be sent in a specified currency (because the frontend requested the backend to send money in the user's preferred currency).
            - `convertedCurrency` string — The 3-letter currency code for the converted currency (defined using ISO 4217 standard).
            - `otherCoinage` object[] — List of the dollar amount in other coinage systems like reward points, cryptocurrency etc.
              - …
          - `taxCode` string — Tax code
          - `percentage` number, double — Tax amount to total amount
      - `allowedFopRules` AllowedFopRule[] — The payment method types applicable to the itinerary.
        - `paymentItems` PaymentItem[]
          - `itemType` 'SERVICE_FEE' | 'TRAVEL_TICKET' | 'SEAT' | 'BAGGAGE' | 'EARLY_BIRD' — Type of payment item eligible for this fop rule
          - `fareComponent` FareComponent[]
        - `amount` Money — Money object containing details such as the amount, the currency code, and the converted amount.
          - `amount` number, double, required — The numeric value for the amount of money.
          - `currencyCode` string, required — The 3-letter currency code for the money amount (defined using ISO 4217 standard).
          - `convertedAmount` number, double — The converted currency and amount that has been converted (if a currency conversion has been requested). For example, if the call requests that money be sent in a specified currency (because the frontend requested the backend to send money in the user's preferred currency).
          - `convertedCurrency` string — The 3-letter currency code for the converted currency (defined using ISO 4217 standard).
          - `otherCoinage` object[] — List of the dollar amount in other coinage systems like reward points, cryptocurrency etc.
            - `coinageCode` 'PAYMENT_METHOD_UNKNOWN' | 'CREDIT_CARD' | 'BREX_POINTS' | 'CASH' | 'QANTAS_POINTS' | 'VENDOR_PROGRAM_PAYMENT' | 'DELAYED_INVOICING' | 'FLIGHT_CREDITS' | 'QANTAS_TRAVEL_FUND' | 'CUSTOM_VIRTUAL_PAYMENT' | 'FLIGHT_PASS' | 'MISCELLANEOUS_CREDIT_ORDER' | 'NO_PREPAYMENT' — Payment method
            - `amount` number, double
            - `conversionRate` number, double — 1 coin in this system equals to how many currency value
            - `preferredCurrencyConversionRate` number, double — 1 coin in this system equals to how many currency value
            - `otherCoinageMetadata` FlightPassPaymentMetadataWrapper — Wrapper for Flight Pass payment metadata.
              - …
        - `paymentRules` PaymentRule[]
          - `paymentSplitDetails` union — Payment details of slider payment function.
            - object — Min max amount wrapper.
              - …
            - object — Split amount wrapper.
              - …
          - `paymentSourceIds` string[]
          - `allowAddCard` boolean — Whether to allow user to add a new card for the selected split payment.
          - `splitCriterion` PaymentSplitCriterion — The criterion for the payment split.
            - `accessType` 'CENTRALISED' | 'PERSONAL' | 'APPLICATION' | 'TMC' | 'ITINERARY' | 'EVENT' | 'EVENT_TEMPLATE' — Access Type of the Payment Source being created.
          - `unusablePaymentSources` UnusablePaymentSource[] — List of payment sources that are not usable for this payment rule
            - `id` string, uuid, required — Unique identifier identifying this payment source
            - `reason` 'SUPPLIER_RESTRICTION' | 'POLICY_RESTRICTION' — Reason why a payment source is not usable.
          - `paymentSourceConditions` PaymentSourceCondition[] — List of conditions for payment sources
            - `type` string, required
            - `cardCompanies` CardCompany[] — List of card companies allowed for the payment
      - `fareAttributes` FareAttributes — The rules and attributes related to the fare.
        - `isVoidable` boolean — Designates whether the fare is voidable or not.
        - `holdDeadline` DateTimeLocal — Local date and time in ISO 8601 format.
          - `iso8601` string, required
        - `isNonVerifiedExchangeOffer` boolean — Designates whether the fare is a non-verified exchange offer. For these fares, the exchange price guarantee is not provided by the supplier.
    - `flightData` FlightCommon[] — The set of flights and their details that are contained in this response.
      - `flightRef` string — Unique ID for this flight in the response.
      - `departureDateTime` DateTimeLocal, required — Local date and time in ISO 8601 format.
        - `iso8601` string, required
      - `arrivalDateTime` DateTimeLocal, required — Local date and time in ISO 8601 format.
        - `iso8601` string, required
      - `origin` AirportInfo, required — Detailed information about the airport.
        - `airportCode` string — 3-letter code of the airport.
        - `airportName` string — Full name of the airport.
        - `cityName` string — Name of the city in which the airport is located (or is nearest to).
        - `countryName` string — Name of the country in which the airport is located.
        - `countryCode` string — 2-letter IATA country code associated with the airport.
        - `zoneName` string — Name of the time zone associated with the airport.
        - `stateCode` string — 2-letter IATA code for the state in which the airport is located.
      - `destination` AirportInfo, required — Detailed information about the airport.
        - `airportCode` string — 3-letter code of the airport.
        - `airportName` string — Full name of the airport.
        - `cityName` string — Name of the city in which the airport is located (or is nearest to).
        - `countryName` string — Name of the country in which the airport is located.
        - `countryCode` string — 2-letter IATA country code associated with the airport.
        - `zoneName` string — Name of the time zone associated with the airport.
        - `stateCode` string — 2-letter IATA code for the state in which the airport is located.
      - `departureGate` GateInfo — Information about the flight's departure / arrival gates and terminals.
        - `gate` string — Gate number
        - `terminal` string — Airport terminal
      - `arrivalGate` GateInfo — Information about the flight's departure / arrival gates and terminals.
        - `gate` string — Gate number
        - `terminal` string — Airport terminal
      - `marketing` FlightNumber, required — Flight number and airline code.
        - `num` string, required — Flight number.
        - `airlineCode` string, required — Two-letter IATA airline code.
      - `operating` FlightNumber, required — Flight number and airline code.
        - `num` string, required — Flight number.
        - `airlineCode` string, required — Two-letter IATA airline code.
      - `operationalDisclosure` string — Operating airline name that has to be displayed to the user
      - `hiddenStops` object[] — Any stops for refueling or boarding additional passengers.
        - `airport` AirportInfo, required — Detailed information about the airport.
          - `airportCode` string — 3-letter code of the airport.
          - `airportName` string — Full name of the airport.
          - `cityName` string — Name of the city in which the airport is located (or is nearest to).
          - `countryName` string — Name of the country in which the airport is located.
          - `countryCode` string — 2-letter IATA country code associated with the airport.
          - `zoneName` string — Name of the time zone associated with the airport.
          - `stateCode` string — 2-letter IATA code for the state in which the airport is located.
        - `arrivalDateTime` DateTimeLocal, required — Local date and time in ISO 8601 format.
          - `iso8601` string, required
        - `departureDateTime` DateTimeLocal, required — Local date and time in ISO 8601 format.
          - `iso8601` string, required
      - `duration` Duration — Represents a duration of time with specific units of time.
        - `iso8601` string — Durations define the amount of intervening time in a time interval and are represented by the format P[n]Y[n]M[n]DT[n]H[n]M[n]S. The [n] is replaced by the value for each of the date and time elements that follow the [n]. Leading zeros are not required. The capital letters P, Y, M, W, D, T, H, M, and S are designators for each of the date and time elements and are not replaced. P is the duration designator (for period) placed at the start of the duration representation. Y is the year designator. M is the month designator. W is the week designator. D is the day designator. T is the time designator. H is the hour designator. M is the minute designator. S is the second designator and can include decimal digits with arbitrary precision.
      - `equipment` Equipment — The type of the aircraft equipment
        - `code` string — Aircraft equipment code
        - `type` string — Code representing the type of the equipment
        - `name` string — The name of the flight aircraft type
  - `paginationParams` PaginationResponseParams — Pagination parameters for response.
    - `numResults` integer, required — Total number of results in the paginated list.
    - `numPages` integer, required — Total number of pages in the paginated list.
  - `metadata` AirMetadata — Metadata associated with the air search response.
    - `airlineInfo` AirlineInfo[] — Metadata for all airlines available in the specific route.
      - `airlineCode` string, required — IATA code for airline.
      - `airlineName` string, required — Airline name
    - `applicableAlliances` Alliance[] — Alliances which are applicable based on the airlines info
    - `legBylegPricing` boolean — Flag indicating whether itineraries are priced on a leg-by-leg basis (instead of the overall itinerary pricing, which is the default).
    - `enableFareCategories` FareCategory[] — Fare categories that need to be used for the given air search
      - `ngsCategory` 'UNKNOWN_NGS_CATEGORY' | 'BASE' | 'STANDARD' | 'ENHANCED' | 'PREMIUM' | 'LUXURY' | 'ULTRA_LUXURY'
      - `cabinViewCategory` 'UNKNOWN_CABIN_CATEGORY' | 'BASIC' | 'ECONOMY' | 'PREMIUM_ECONOMY' | 'ECONOMY_PLUS' | 'BUSINESS' | 'FIRST'
    - `isExpressSearch` boolean — Flag indicating whether the search was performed as an express search.
    - `availableConnectingAirports` AirportInfo[] — List of connecting airports (layover locations) available in the search results. Sorted by: 1) number of results (descending), 2) alphabetically (ascending).
      - `airportCode` string — 3-letter code of the airport.
      - `airportName` string — Full name of the airport.
      - `cityName` string — Name of the city in which the airport is located (or is nearest to).
      - `countryName` string — Name of the country in which the airport is located.
      - `countryCode` string — 2-letter IATA country code associated with the airport.
      - `zoneName` string — Name of the time zone associated with the airport.
      - `stateCode` string — 2-letter IATA code for the state in which the airport is located.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — The specified resource was not found.

---

[API](https://skmtc.net/spotnana/apis/air-api.md) · [All operations](https://skmtc.net/spotnana/apis/air-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/spotnana/air-api/versions/3009937ca024/schema)
