JourneyFare
No description
type JourneyFare {
journeyId: JourneyID!
segmentFare: [FlightFare!]!
}
Fields
JourneyFare.journeyId
● JourneyID!
non-null scalar
JourneyFare.segmentFare
● [FlightFare!]!
non-null object
Member Of
ItineraryFare
object