ShipmentScan
data class ShipmentScan(val id: String = "", val shipment_id: String = "", val organization_id: String = "", val title: String = "", val width: Float? = null, val height: Float? = null, val depth: Float? = null, val user_width: Float? = null, val user_height: Float? = null, val user_depth: Float? = null, val user_center: Vector3? = null, val manual_width: Float? = null, val manual_height: Float? = null, val manual_depth: Float? = null, val weight: Float? = null, val freight_class: String? = null, val latitude: Float? = null, val longitude: Float? = null, val notes: String? = null, val status: String? = null, val created_at: String = "", val created_by_id: String = "", val updated_at: String? = null, val updated_by_id: String? = null, val metadata: JsonObject? = null, val scan_type: ShipmentScanType? = null, val recent_entry_presigned_url: String? = null)
Constructors
Link copied to clipboard
constructor(id: String = "", shipment_id: String = "", organization_id: String = "", title: String = "", width: Float? = null, height: Float? = null, depth: Float? = null, user_width: Float? = null, user_height: Float? = null, user_depth: Float? = null, user_center: Vector3? = null, manual_width: Float? = null, manual_height: Float? = null, manual_depth: Float? = null, weight: Float? = null, freight_class: String? = null, latitude: Float? = null, longitude: Float? = null, notes: String? = null, status: String? = null, created_at: String = "", created_by_id: String = "", updated_at: String? = null, updated_by_id: String? = null, metadata: JsonObject? = null, scan_type: ShipmentScanType? = null, recent_entry_presigned_url: String? = null)
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard