RecipientContact Property
Identifies the recipient's contact info.
Syntax
[VB.NET] Public Property RecipientContact As ContactDetail
[C#] public ContactDetail RecipientContact {get; set;}
Remarks
The RecipientContact is required to be provided in a ship request.
When shipping via FedEx Ground, the FirstName, LastName, and Company are all required to be provided in the request. Otherwise, either one of those is sufficient.
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.