See also the Address
response object.
PHP
Copy
Copied
$address = $gateway->address()->find('a_customer_id', 'an_address_id');
If the address or customer can't be found, you'll receive a Braintree_Exception_NotFound
exception.