UpdateShipmentScanType

data class UpdateShipmentScanType(val updatedById: String, val scanType: String) : UpdateShipmentScanBaseRequest

Constructors

Link copied to clipboard
constructor(updatedById: String, scanType: String)

Properties

Link copied to clipboard
@SerialName(value = "scan_type")
val scanType: String
Link copied to clipboard
@SerialName(value = "updated_by_id")
open override val updatedById: String