Skip to main content

ReportDocument

The document corresponding to a identification report

type ReportDocument {
id: String!
type: DocumentType!
files: [ReportDocumentFile!]!
}

Fields

ReportDocument.id ● String! non-null scalar

Unique identifier of the report document

ReportDocument.type ● DocumentType! non-null enum

The type of the document

ReportDocument.files ● [ReportDocumentFile!]! non-null object

List of the associated files

Implemented By

IdentificationDocument union