ReturnContact Property
Identifies the return contact info.
Syntax
[VB.NET] Public Property ReturnContact As ContactDetail
[C#] public ContactDetail ReturnContact {get; set;}
Remarks
The ReturnContact may be provided in the ship request when a return shipment is requested if you wish to specify different contact information for the return shipment than what is in SenderContact.
This must be set to an instance of the ContactDetail type, which will contain specific contact information about the point-of-contact sender. See the ContactDetail type for more information.