Skip to main content

AcftPriceFee (Object)

Represents single element from aircraft price fee.

type AcftPriceFee {
acftFeeId: String!
parent: AcftPriceFee
children: [AcftPriceFee!]!
label: String!
description: String!
userUnit: String!
unit: String!
sumBehavior: AircraftPriceFeeBehaviorEnum!
isPrivate: Boolean!
priceType: AircraftPriceFeePriceTypeEnum!
}

Fields

AcftPriceFee.acftFeeId ● String! non-null scalar

AcftPriceFee.parent ● AcftPriceFee object

AcftPriceFee.children ● [AcftPriceFee!]! non-null object

AcftPriceFee.label ● String! non-null scalar

AcftPriceFee.description ● String! non-null scalar

AcftPriceFee.userUnit ● String! non-null scalar

AcftPriceFee.unit ● String! non-null scalar

AcftPriceFee.sumBehavior ● AircraftPriceFeeBehaviorEnum! non-null enum

AcftPriceFee.isPrivate ● Boolean! non-null scalar

AcftPriceFee.priceType ● AircraftPriceFeePriceTypeEnum! non-null enum

Member Of

AcftPriceFee object ● AcftPriceListFee object ● QuoteRealizationAcftPrice object