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.
The Company is required to be provided in the request. In domestic shipments: the FirstName and LastName are required when using UPS Next Day Air Early A.M. service. In international shipments: the FirstName and LastName are required when the CountryCode is different than CountryCode, and if Commercial Invoice international form is requested.
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.