CrewAppFlightFuelSupplier (Object)
type CrewAppFlightFuelSupplier {
cardName: String!
currency: String!
fuelPriceNid: Int!
fuelUnit: FuelQuantityUnit!
lowestPrice: Float!
negotiatedPrice: Float
negotiatedPriceBySetting: Float
notes: String!
price: Float!
priceBySetting: Float!
showOnTripsheet: Boolean!
supplierName: String!
}
Fields
CrewAppFlightFuelSupplier.cardName ● String! non-null scalar
CrewAppFlightFuelSupplier.currency ● String! non-null scalar
CrewAppFlightFuelSupplier.fuelPriceNid ● Int! non-null scalar
CrewAppFlightFuelSupplier.fuelUnit ● FuelQuantityUnit! non-null enum
CrewAppFlightFuelSupplier.lowestPrice ● Float! non-null scalar
CrewAppFlightFuelSupplier.negotiatedPrice ● Float scalar
CrewAppFlightFuelSupplier.negotiatedPriceBySetting ● Float scalar
CrewAppFlightFuelSupplier.notes ● String! non-null scalar
CrewAppFlightFuelSupplier.price ● Float! non-null scalar
CrewAppFlightFuelSupplier.priceBySetting ● Float! non-null scalar
CrewAppFlightFuelSupplier.showOnTripsheet ● Boolean! non-null scalar
CrewAppFlightFuelSupplier.supplierName ● String! non-null scalar
Member Of
CrewAppFlightFuelPrices object