shipments property

List<OrderShipment>? shipments
getter/setter pair

Shipments of the order.

Implementation

core.List<OrderShipment>? shipments;