PickTicketUploadResponse

@Serializable
data class PickTicketUploadResponse(val jobId: String, val message: String)

Response from pick ticket upload

Constructors

Link copied to clipboard
constructor(jobId: String, message: String)

Properties

Link copied to clipboard
@SerialName(value = "job_id")
val jobId: String
Link copied to clipboard
@SerialName(value = "message")
val message: String