Skip to main content

PassengerContactAnimal (Object)

type PassengerContactAnimal {
passengerContactAnimalNid: Int!
passengerList: PassengerList!
contact: Contact!
arrivalPassport: PassportOutput
departurePassport: PassportOutput
arrivalNationalId: NationalId
departureNationalId: NationalId
}

Fields

PassengerContactAnimal.passengerContactAnimalNid ● Int! non-null scalar

PassengerContactAnimal.passengerList ● PassengerList! non-null object

Requires access to resource GRAPHQL_PASSENGER

PassengerContactAnimal.contact ● Contact! non-null object

Requires access to resource GRAPHQL_CONTACT

PassengerContactAnimal.arrivalPassport ● PassportOutput object

Requires access to resource GRAPHQL_LOGIN

PassengerContactAnimal.departurePassport ● PassportOutput object

Requires access to resource GRAPHQL_LOGIN

PassengerContactAnimal.arrivalNationalId ● NationalId object

PassengerContactAnimal.departureNationalId ● NationalId object

Member Of

PassengerList object