You are here

static function Braintree_CustomerSearch::addressCountryName in Commerce Braintree 7

File

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

Class

Braintree_CustomerSearch

Code

static function addressCountryName() {
  return new Braintree_TextNode('address_country_name');
}