AptPriceList (Object)
Represents airport price list
type AptPriceList {
aptPriceListNid: Int!
name: String!
operator: Operator!
aptPriceListItems: [AptPriceListItem!]!
aptPriceListOrders: [AptPriceListFeeOrder!]!
allowedContacts: [SalesPriceListAllowedContact!]!
}
Fields
AptPriceList.aptPriceListNid ● Int! non-null scalar
AptPriceList.name ● String! non-null scalar
AptPriceList.operator ● Operator! non-null object
Requires access to resource GRAPHQL_OPERATOR
AptPriceList.aptPriceListItems ● [AptPriceListItem!]! non-null object
AptPriceList.aptPriceListOrders ● [AptPriceListFeeOrder!]! non-null object
AptPriceList.allowedContacts ● [SalesPriceListAllowedContact!]! non-null object
Returned By
airportPriceList query ● sales.priceList.airport.list query
Member Of
Aircraft object ● AircraftContactPricingSettings object ● AirportPriceListMutationSection object ● AptPriceListFeeOrder object ● AptPriceListItem object ● Pricing object ● QuoteRealization object