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 rate request and a shipping time request.
Only the ZipCode field is necessary for this 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.