You are here

static function Braintree_CustomerSearch::addressStreetAddress in Commerce Braintree 7

File

braintree_php/lib/Braintree/CustomerSearch.php, line 11

Class

Braintree_CustomerSearch

Code

static function addressStreetAddress() {
  return new Braintree_TextNode('address_street_address');
}