ShipmentWithSharing

data class ShipmentWithSharing(val shipments: List<Shipment>? = null, val shared_with_user_shipments: List<Shipment>? = null)

Constructors

Link copied to clipboard
constructor(shipments: List<Shipment>? = null, shared_with_user_shipments: List<Shipment>? = null)

Properties

Link copied to clipboard