RecipientAddress Property
Identifies the recipient's address.
Syntax
public CanadaPostAddressDetail RecipientAddress { get; set; }
Public Property RecipientAddress As CanadaPostAddressDetail
Remarks
The RecipientAddress is required to be provided in a rate request (when the GetRates method is called).
This must be set to an instance of the CanadaPostAddressDetail type, which will contain recipient's address info. See the CanadaPostAddressDetail type for more information.