Searching for Addresses
If you want to look up a single address using its customer id and address id, use the find method.
$address = Braintree_Address::find('a_customer_id', 'an_address_id');
If the address cannot be found, it will throw a Braintree_Exception_NotFound exception.