Dockware Scan
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Dockware Scan
dockware-core
/
ai.dockware.core.shipments
/
ShipmentUploadService
/
Queued
/
Document
/
Document
Document
constructor
(
id
:
Uuid
=
Uuid.random()
,
shipmentId
:
String
?
=
null
,
attempt
:
Int
=
0
,
imageData
:
ByteArray
,
type
:
ShipmentScanType.DocumentType
,
startStage
:
ShipmentUploadService.Stage.Document
=
Stage.Document.CREATE_SHIPMENT
)