ReturnAddress Property
Identifies the return address to be printed on the label.
Syntax
[VB.NET] Public Property ReturnAddress As AddressDetail
[C#] public AddressDetail ReturnAddress {get; set;}
Remarks
The ReturnAddress is required to be provided in a ship request. may be provided in a ship request, however it is optional. This should be set if the return address to be printed on the label is different than what is provided in SenderAddress
The Residential flag in the AddressFlags field is applicable for FedEx Ground services only.
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.