ShippingInfo Property
Contains the customer's shipping name, address, and other identifying information.
Syntax
[VB.NET] Public Property ShippingInfo As EPShipInfo
[C#] public EPShipInfo ShippingInfo {get; set;}
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.