SenderAddress Property
Identifies the sender's address.
Syntax
[VB.NET] Public Property SenderAddress As AddressDetail
[C#] public AddressDetail SenderAddress {get; set;}
Remarks
The SenderAddress is required to be provided in a ship request when the GetPackageLabel method is called.
This must be set to an instance of the AddressDetail type, which will contain shipper's address details. See the AddressDetail type for more information.