You are here

static function Braintree_TransactionSearch::billingPostalCode in Commerce Braintree 7

File

braintree_php/lib/Braintree/TransactionSearch.php, line 10

Class

Braintree_TransactionSearch

Code

static function billingPostalCode() {
  return new Braintree_TextNode('billing_postal_code');
}