SenderAddress Property
Identifies the sender's address from which the shipment is originating.
Syntax
public AddressDetail getSenderAddress(); public void setSenderAddress(AddressDetail senderAddress);
Remarks
The SenderAddress is required to be provided in a rate request (when either the GetRates method or the GetShippingTime method is called).
Only the ZipCode field is necessary for this request.
This must be set to an instance of the AddressDetail type, which will contain sender's address details. See the AddressDetail type for more information.