SenderContact Property
Identifies the sender's contact info.
Syntax
[VB.NET] Public Property SenderContact As ContactDetail
[C#] public ContactDetail SenderContact {get; set;}
Remarks
The SenderContact is required to be provided in a ship request.
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.