FacePhotoDocument
The document corresponding to a face photo
type FacePhotoDocument {
id: String!
type: DocumentType!
}
Fields
FacePhotoDocument.id
● String!
non-null scalar
Unique identifier of the face photo document. For privacy reasons, no temporary download url is exposed for this document
FacePhotoDocument.type
● DocumentType!
non-null enum
The type of the document
Implemented By
IdentificationDocument
union