Skip to main content

IdentifyingDocumentInput

This input type requires that one and only one value is set. For example, it is not possible to specify both an identityDocument and a passport.

input IdentifyingDocumentInput {
identityDocument: IdentityDocumentInput
passport: PassportInput
temporaryResidenceId: TemporaryResidenceIdInput
}

Fields

identityDocument ● IdentityDocumentInput input

passport ● PassportInput input

temporaryResidenceId ● TemporaryResidenceIdInput input