Document
data class Document(id: String, foreignId: String?, arrivalDateTime: OffsetDateTime, lastUpdateDateTime: OffsetDateTime, documentType: DocumentType, status: DocumentServerStatus, description: String?, content: DocumentContent?, source: DocumentSource?, accountMetadata: DocumentAccountMetadata?, userMetadata: DocumentUserMetadata?)
Content copied to clipboard
See also
Constructors
Document
Link copied to clipboard
fun Document(id: String, foreignId: String? = null, arrivalDateTime: OffsetDateTime, lastUpdateDateTime: OffsetDateTime, documentType: DocumentType, status: DocumentServerStatus, description: String? = null, content: DocumentContent? = null, source: DocumentSource? = null, accountMetadata: DocumentAccountMetadata? = null, userMetadata: DocumentUserMetadata? = null)
Content copied to clipboard
Types
Functions
toEditable
Link copied to clipboard
Properties
accountMetadata
Link copied to clipboard
arrivalDateTime
Link copied to clipboard
content
Link copied to clipboard
description
Link copied to clipboard
documentType
Link copied to clipboard
lastUpdateDateTime
Link copied to clipboard
source
Link copied to clipboard
status
Link copied to clipboard
userMetadata
Link copied to clipboard