You are here

static function Braintree_CustomerSearch::addressLocality in Commerce Braintree 7

File

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

Class

Braintree_CustomerSearch

Code

static function addressLocality() {
  return new Braintree_TextNode('address_locality');
}