RecipientContact Property
Identifies the recipient's contact info.
Syntax
public ContactDetail getRecipientContact(); public void setRecipientContact(ContactDetail recipientContact);
Remarks
The RecipientContact is required to be provided in a ship request.
The RecipientContact must be set to an instance of the ContactDetail type, which will contain specific contact information about the point-of-contact recipient. See the ContactDetail type for more information.