You are here

static function Braintree_CustomerSearch::addressPostalCode in Commerce Braintree 7

File

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

Class

Braintree_CustomerSearch

Code

static function addressPostalCode() {
  return new Braintree_TextNode('address_postal_code');
}