RecipientAddress Property
Identifies the recipient's address.
Syntax
[VB.NET] Public Property RecipientAddress As AddressDetail
[C#] public AddressDetail RecipientAddress {get; set;}
Remarks
The RecipientAddress is required to be provided in a ship request.
This must be set to an instance of the AddressDetail type, which will contain recipient's address info. See the AddressDetail type for more information.