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

IdentifyingDocumentInput.identityDocument ● IdentityDocumentInput input

IdentifyingDocumentInput.passport ● PassportInput input

IdentifyingDocumentInput.temporaryResidenceId ● TemporaryResidenceIdInput input