OBJECT
Pricing
Represents detailed quote pricing for quote realization.
link GraphQL Schema definition
- type Pricing {
- # Validated aircraft prices for quote.
- QuoteRealizationAcftPrice] @deprecated( reason: "Please use `fees` field instead" ) : [
- # Validated airport prices for quote.
- QuoteRealizationAptSubPrice] @deprecated( reason: "Please use `fees` field instead" ) : [
- # Validated taxes price for quote.
- QuoteRealizationTaxPrice] @deprecated( reason: "Please use `fees` field instead" ) : [
- # Currency of pricing.
- String :
- # Quote rounding setting.
- Float! :
- # Quote summary price.
- Float :
- # Requires access to resource GRAPHQL_ACFT
- AptPriceList :
- # Requires access to resource GRAPHQL_ACFT
- AcftPriceList :
- QuoteRealizationAptPrice] : [
- QuoteRealizationFees! :
- AircraftPriceFeeQuotationMethodEnum! :
- Float :
- Float :
- Float :
- Float :
- Float :
- # VAT rate [%]
- Float :
- Float :
- }