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
}