OBJECT
QuoteRealizationAptSubPrice
Represents single element from quote airport prices.
link GraphQL Schema definition
- type QuoteRealizationAptSubPrice {
- : ID!
- : QuoteRealizationAptPrice!
- # Requires access to resource GRAPHQL_AIRPORT
- : Airport!
- : String
- # Calculated airport price for item in quote
- : Float
- # Item name with airport code
- #
- # Arguments
- # airport_code: [Not documented]
- (: AirportCodeType): String
- # Single price name.
- : String
- # Unit price for pricing item.
- : Float
- : String
- : Float
- }