FlightSupportTravelDocument (Object)
type FlightSupportTravelDocument {
travelDocumentType: FlightSupportTravelDocumentType!
travelDocumentId: ID!
number: String!
dateOfIssue: Date
dateOfExpiry: Date
countryCode: String @deprecated
countryCodeIso: String @deprecated
country: FlightSupportCountry
nationalityCountryCode: String @deprecated
nationalityCountryCodeIso: String @deprecated
nationality: FlightSupportCountry
name: String!
surname: String!
documentScanList: NonNullListOfNonNullFlightSupportFileValueOrErrorList!
}
Fields
FlightSupportTravelDocument.travelDocumentType ● FlightSupportTravelDocumentType! non-null enum
FlightSupportTravelDocument.travelDocumentId ● ID! non-null scalar
FlightSupportTravelDocument.number ● String! non-null scalar
FlightSupportTravelDocument.dateOfIssue ● Date scalar
FlightSupportTravelDocument.dateOfExpiry ● Date scalar
FlightSupportTravelDocument.countryCode ● String deprecated scalar
DEPRECATED
Use country field instead
FlightSupportTravelDocument.countryCodeIso ● String deprecated scalar
DEPRECATED
Use country field instead
FlightSupportTravelDocument.country ● FlightSupportCountry object
FlightSupportTravelDocument.nationalityCountryCode ● String deprecated scalar
DEPRECATED
Use nationality field instead
FlightSupportTravelDocument.nationalityCountryCodeIso ● String deprecated scalar
DEPRECATED
Use nationality field instead
FlightSupportTravelDocument.nationality ● FlightSupportCountry object
FlightSupportTravelDocument.name ● String! non-null scalar
FlightSupportTravelDocument.surname ● String! non-null scalar
FlightSupportTravelDocument.documentScanList ● NonNullListOfNonNullFlightSupportFileValueOrErrorList! non-null union
Member Of
FlightSupportCrewMember object ● FlightSupportPassengerContact object