Document

data class Document(val id: Uuid = Uuid.random(), val shipmentId: String? = null, val attempt: Int = 0, val imageData: ByteArray, val type: ShipmentScanType.DocumentType, val startStage: ShipmentUploadService.Stage.Document = Stage.Document.CREATE_SHIPMENT) : ShipmentUploadService.Queued

Constructors

Link copied to clipboard
constructor(id: Uuid = Uuid.random(), shipmentId: String? = null, attempt: Int = 0, imageData: ByteArray, type: ShipmentScanType.DocumentType, startStage: ShipmentUploadService.Stage.Document = Stage.Document.CREATE_SHIPMENT)

Properties

Link copied to clipboard
open override val attempt: Int
Link copied to clipboard
open override val id: Uuid
Link copied to clipboard
Link copied to clipboard
open override val shipmentId: String?
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int