AccountContact Property
Identifies the UPS AccountNumber holder's contact info if different from SenderContact .
Syntax
[VB.NET] Public Property AccountContact As ContactDetail
[C#] public ContactDetail AccountContact {get; set;}
Remarks
If different from SenderContact, the AccountContact is required to be provided in a ship request. Otherwise, it defaults to SenderContact.
If the CountryCode is international, or if Commercial Invoice and other International forms are requested, the FirstName and LastName are required to be provided in the request.
The AccountContact must be set to an instance of the ContactDetail type, which will contain specific contact information about the point-of-contact shipper. See the ContactDetail type for more information.