lineItems property

List<OrderShipmentLineItemShipment>? lineItems
getter/setter pair

The line items that are shipped.

Implementation

core.List<OrderShipmentLineItemShipment>? lineItems;