RecipientAddress Property
Identifies the recipient's address.
Syntax
public AddressDetail RecipientAddress { get; set; }
Public Property RecipientAddress As AddressDetail
Remarks
The RecipientAddress will be returned in a track response (when the TrackShipment method is called).
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.