Skip to main content

AcftPriceList (Object)

Represents aircraft price list

type AcftPriceList {
acftPriceListNid: Int!
name: String!
currId: String!
operator: Operator!
acftPriceListFees: [AcftPriceListFee!]!
acftPriceListFeePaxFlightFeeDiscount: AcftPriceListFeePercentDiscount
acftPriceListFeePaxBlockFeeDiscount: AcftPriceListFeePercentDiscount
acftPriceListFeeFerryFlightFeeDiscountBefore: AcftPriceListFeePercentDiscount
acftPriceListFeeFerryFlightFeeDiscountAfter: AcftPriceListFeePercentDiscount
acftPriceListFeeFerryBlockFeeDiscount: AcftPriceListFeePercentDiscount
acftPriceListFeeCateringSettings: AcftPriceListFeeCateringSettings
acftPriceListFeeFuelFlightFeeDiscount: AcftPriceListFeePercentDiscount
acftPriceListFeeFuelBlockFeeDiscount: AcftPriceListFeePercentDiscount
fixedRoutes: [AircraftFixedRoute!]!
allowedContacts: [SalesPriceListAllowedContact!]!
}

Fields

AcftPriceList.acftPriceListNid ● Int! non-null scalar

AcftPriceList.name ● String! non-null scalar

AcftPriceList.currId ● String! non-null scalar

AcftPriceList.operator ● Operator! non-null object

Requires access to resource GRAPHQL_OPERATOR

AcftPriceList.acftPriceListFees ● [AcftPriceListFee!]! non-null object

AcftPriceList.acftPriceListFeePaxFlightFeeDiscount ● AcftPriceListFeePercentDiscount object

AcftPriceList.acftPriceListFeePaxBlockFeeDiscount ● AcftPriceListFeePercentDiscount object

AcftPriceList.acftPriceListFeeFerryFlightFeeDiscountBefore ● AcftPriceListFeePercentDiscount object

AcftPriceList.acftPriceListFeeFerryFlightFeeDiscountAfter ● AcftPriceListFeePercentDiscount object

AcftPriceList.acftPriceListFeeFerryBlockFeeDiscount ● AcftPriceListFeePercentDiscount object

AcftPriceList.acftPriceListFeeCateringSettings ● AcftPriceListFeeCateringSettings object

AcftPriceList.acftPriceListFeeFuelFlightFeeDiscount ● AcftPriceListFeePercentDiscount object

AcftPriceList.acftPriceListFeeFuelBlockFeeDiscount ● AcftPriceListFeePercentDiscount object

AcftPriceList.fixedRoutes ● [AircraftFixedRoute!]! non-null object

AcftPriceList.allowedContacts ● [SalesPriceListAllowedContact!]! non-null object

Returned By

aircraftPriceList query ● sales.priceList.aircraft.getByNid query

Member Of

AcftPriceListFee object ● AcftPriceListFeeCateringSettings object ● AcftPriceListFeePercentDiscount object ● Aircraft object ● AircraftContactPricingSettings object ● NonNullAcftPriceListValue object ● Pricing object ● QuoteRealization object