GetDocumentResponseDto
data class GetDocumentResponseDto(val document: DocumentDto, val error: GetDocumentErrorDto? = null)
Structure of the response on the document details endpoint
Parameters
document
error
Structure of the response on the document details endpoint