IdCardDocumentFile
The file associated to the ID card document
type IdCardDocumentFile implements DocumentFile {
downloadUrl: String!
side: DocumentFileSide!
}
Fields
IdCardDocumentFile.downloadUrl ● String! non-null scalar
The file's temporary download url
IdCardDocumentFile.side ● DocumentFileSide! non-null enum
From which side the ID card's picture was taken
Interfaces
DocumentFile interface
Retrieved document extracted from the identity verification
Member Of
IdCardDocument object