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