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