FerrySegment
No description
type FerrySegment {
departure: FerryLocation
arrival: FerryLocation
availableFerryBus: Boolean
carrierCode: String
carrierTransportCode: String
paxesFerryBus: Int
}
Fields
FerrySegment.departure
● FerryLocation
object
FerrySegment.arrival
● FerryLocation
object
FerrySegment.availableFerryBus
● Boolean
scalar
FerrySegment.carrierCode
● String
scalar
FerrySegment.carrierTransportCode
● String
scalar
FerrySegment.paxesFerryBus
● Int
scalar
Member Of
Journey
object