ShippingInfo Property
Contains the customer's shipping name, address, and other identifying information.
Syntax
public EPShipInfo getShippingInfo(); public void setShippingInfo(EPShipInfo shippingInfo);
Remarks
This property must be set to an instance of the EPShipInfo type, which will contain information that specifies the shipping information for the order. See the EPShipInfo type for more information.
This property is not available at design time.