SenderAddress Property
Identifies the subscriber's address associated with the FedEx account.
Syntax
public AddressDetail getSenderAddress(); public void setSenderAddress(AddressDetail senderAddress);
Remarks
This contains the descriptive data for the physical billing address for the AccountNumber. The SenderAddress is required to be provided before calling RegisterCSPUser or Subscribe. If this address entered with the request does not match the address information in FedEx system, the request will fail.
This must be set to an instance of the AddressDetail type, which will contain subscriber's address details. See the AddressDetail type for more information.