Document

data class Document(val id: String, val foreignId: String? = null, val arrivalDateTime: OffsetDateTime, val lastUpdateDateTime: OffsetDateTime, val documentType: DocumentType, val status: DocumentServerStatus, val description: String? = null, val content: DocumentContent, val source: DocumentSource? = null, val accountMetadata: DocumentAccountMetadata? = null, val userMetadata: DocumentUserMetadata? = null)

See also

Constructors

Link copied to clipboard
constructor(id: String, foreignId: String? = null, arrivalDateTime: OffsetDateTime, lastUpdateDateTime: OffsetDateTime, documentType: DocumentType, status: DocumentServerStatus, description: String? = null, content: DocumentContent, source: DocumentSource? = null, accountMetadata: DocumentAccountMetadata? = null, userMetadata: DocumentUserMetadata? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val description: String? = null
Link copied to clipboard
Link copied to clipboard
val foreignId: String? = null
Link copied to clipboard
val id: String
Link copied to clipboard
Link copied to clipboard
val source: DocumentSource? = null
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard