FareConstructionSegment
No description
type FareConstructionSegment {
parts: [FareConstructionSegmentPart!]!
extraQs: [FareConstructionQ!]!
fare: BigDecimal
fareBasis: String
}
Fields
FareConstructionSegment.parts
● [FareConstructionSegmentPart!]!
non-null object
FareConstructionSegment.extraQs
● [FareConstructionQ!]!
non-null object
FareConstructionSegment.fare
● BigDecimal
scalar
FareConstructionSegment.fareBasis
● String
scalar
Member Of
FareConstruction
object