ShippingInfo Property
The shipping information for the current invoice.
Syntax
[VB.NET] Public Property ShippingInfo As ContactInfo
[C#] public ContactInfo ShippingInfo {get; set;}
Remarks
This property may be used by CreateInvoice or Update to set the shipping information for the invoice.
This property will also be populated after a call to GetDetails and will then contain shipping information for the invoice.