DocumentStatusListItemDto
fun DocumentStatusListItemDto(id: String, arrivalDateTime: OffsetDateTime, documentType: DocumentTypeEnum, status: DocumentStatusTypeEnum, foreignId: String? = null, lastUpdateDateTime: OffsetDateTime? = null)
Content copied to clipboard
Parameters
id
@param arrivalDateTime The date and time that the document was submitted to our system. With no explicit timezone information.
documentType
@param status * @param foreignId A unique identifier that was passed on upload to ensure that retries can happen without overriding data.
lastUpdateDateTime
The date and time that the document was last updated in our system. This will typically be when a user has last changed data on the document. With no explicit timezone information.