ShipmentScan

data class ShipmentScan(val id: String = "", val shipment_id: String = "", val organization_id: String = "", val title: String = "", reviewedWidth: Float? = null, reviewedHeight: Float? = null, reviewedDepth: Float? = null, user_width: Float? = null, user_height: Float? = null, user_depth: Float? = null, val user_center: Point3? = null, manual_width: Float? = null, manual_height: Float? = null, manual_depth: Float? = null, val weight: Float? = null, val freight_class: String? = null, val latitude: Float? = null, val longitude: Float? = null, val userNotes: 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: Map<String, Any?>? = 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 = "", reviewedWidth: Float? = null, reviewedHeight: Float? = null, reviewedDepth: Float? = null, user_width: Float? = null, user_height: Float? = null, user_depth: Float? = null, user_center: Point3? = 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, userNotes: String? = null, status: String? = null, created_at: String = "", created_by_id: String = "", updated_at: String? = null, updated_by_id: String? = null, metadata: Map<String, Any?>? = null, scan_type: ShipmentScanType? = null, recent_entry_presigned_url: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val depth: Float?

Depth/length saved for the scan. Always the largest horizontal dimension.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Height saved for the scan.

Link copied to clipboard
val id: String
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

The user depth/length for the scan. Always the largest of the horizontal dimensions.

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

Calculate cubic volume in cubic feet.

Link copied to clipboard
Link copied to clipboard
val width: Float?

Width saved for the scan. Always the smallest horizontal dimension.

Functions

Link copied to clipboard

Downloads the PLY point cloud bytes for this scan.

Link copied to clipboard

Downloads the PLY point cloud bytes for this scan, emitting progress updates.

Link copied to clipboard
suspend fun ShipmentScan.review(approved: Boolean, disapprovalReasons: List<String>? = null): ShipmentScan