DocumentModel

constructor(documentStore: DocumentStore, documentTypeRepository: DocumentTypeRepository?, documentOrderKey: String = "org.multipaz.DocumentModel.orderingKey")

Parameters

documentStore

the DocumentStore which manages Document and Credential instances.

documentTypeRepository

a DocumentTypeRepository with information about document types or null.

documentOrderKey

the name of the key to use for storing the document order in the Tags object associated with documentStore.