shippingInfo property

List<ShippingInfo>? shippingInfo
getter/setter pair

The shipping information for the order.

Required.

Implementation

core.List<ShippingInfo>? shippingInfo;