ReturnAddress Property
Identifies the return address.
Syntax
[VB.NET] Public Property ReturnAddress As CanadaPostAddressDetail
[C#] public CanadaPostAddressDetail ReturnAddress {get; set;}
Remarks
The ReturnAddress is may be provided in the ship request when a return shipment is requested if you wish to specify a different return address than what is specified in SenderAddress
This must be set to an instance of the CanadaPostAddressDetail type, which will contain shipper's address details. See the CanadaPostAddressDetail type for more information.