SenderAddress Property
Identifies the sender's address.
Syntax
public AddressDetail getSenderAddress(); public void setSenderAddress(AddressDetail senderAddress);
Remarks
The SenderAddress is required to be provided in a rate request.
The Residential flag in AddressFlags is applicable for FedEx Ground services only. If True, extra charge will be added to rate quote as this is considered a special service.
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.