DocumentStatus
data class DocumentStatus(val stage: ShipmentUploadService.Stage, val message: String? = null, val shipmentId: String? = null, val scanId: String? = null, val uploadJobId: String? = null) : ShipmentUploadService.Status
Constructors
Link copied to clipboard
constructor(stage: ShipmentUploadService.Stage, message: String? = null, shipmentId: String? = null, scanId: String? = null, uploadJobId: String? = null)