SenderAddress Property
Identifies the sender's address.
Syntax
[VB.NET] Public Property SenderAddress As CanadaPostAddressDetail
[C#] public CanadaPostAddressDetail SenderAddress {get; set;}
Remarks
The SenderAddress is required to be provided in a ship request.
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.