ShipmentTree
data class ShipmentTree(val shipment: Shipment, val scans: List<ShipmentScan> = emptyList(), val recentEntries: List<ShipmentEntry> = emptyList(), val isShared: Boolean = false, val sharedRecords: List<ShipmentSharing> = emptyList(), val sharedWithMeRecords: List<ShipmentSharing> = emptyList())
Constructors
Link copied to clipboard
constructor(shipment: Shipment, scans: List<ShipmentScan> = emptyList(), recentEntries: List<ShipmentEntry> = emptyList(), isShared: Boolean = false, sharedRecords: List<ShipmentSharing> = emptyList(), sharedWithMeRecords: List<ShipmentSharing> = emptyList())
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