You are here

static function Braintree_CustomerSearch::addressFirstName in Commerce Braintree 7

File

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

Class

Braintree_CustomerSearch

Code

static function addressFirstName() {
  return new Braintree_TextNode('address_first_name');
}