Dockware AI
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Dockware AI
dockware-core
/
api.models
/
UpdateShipmentScanType
Update
Shipment
Scan
Type
data
class
UpdateShipmentScanType
(
val
updatedById
:
String
,
val
scanType
:
String
)
:
UpdateShipmentScanBaseRequest
Members
Constructors
Update
Shipment
Scan
Type
Link copied to clipboard
constructor
(
updatedById
:
String
,
scanType
:
String
)
Properties
scan
Type
Link copied to clipboard
@
SerialName
(
value
=
"scan_type"
)
val
scanType
:
String
updated
By
Id
Link copied to clipboard
@
SerialName
(
value
=
"updated_by_id"
)
open
override
val
updatedById
:
String