CountryRequiredLandingPermit (Object)
type CountryRequiredLandingPermit {
countryCode: String!
requiredStatus: CountryPermitRequiredStatus!
validity: Int
entryPointMandatory: Boolean
entryPoint: String
exitPoint: String
supplier: String
number: String
}
Fields
CountryRequiredLandingPermit.countryCode ● String! non-null scalar
CountryRequiredLandingPermit.requiredStatus ● CountryPermitRequiredStatus! non-null enum
CountryRequiredLandingPermit.validity ● Int scalar
CountryRequiredLandingPermit.entryPointMandatory ● Boolean scalar
CountryRequiredLandingPermit.entryPoint ● String scalar
CountryRequiredLandingPermit.exitPoint ● String scalar
CountryRequiredLandingPermit.supplier ● String scalar
CountryRequiredLandingPermit.number ● String scalar
Returned By
countryDirectory.countryPermit.getFlightCountryRequiredLandingPermits query