AccountAddress Property
Identifies the UPS AccountNumber holder's address, if different from the sender's address.
Syntax
public AddressDetail getAccountAddress(); public void setAccountAddress(AddressDetail accountAddress);
Remarks
The AccountAddress is required to be provided in a ship request only if the SenderAddress is different from the billing address of the AccountNumber. Otherwise, it defaults to SenderAddress. For international shipments, even when account address is different from sender's address, the CountryCode should be the same as CountryCode.
This must be set to an instance of the AddressDetail type, which will contain the address info corresponding to the AccountNumber. See the AddressDetail type for more information.