queueDocumentUpload

open fun queueDocumentUpload(imageData: ByteArray, type: ShipmentScanType = ShipmentScanType.DocumentType.DOCUMENT, shipmentId: String? = null, shipmentScanId: String? = null, processImage: Boolean = true): String
abstract fun queueDocumentUpload(imageData: ByteArray, type: ShipmentScanType = ShipmentScanType.DocumentType.DOCUMENT, registerShipmentId: () -> String?, registerShipmentScanId: () -> String?, processImage: Boolean = true): String