You are here

static function Braintree_TransactionSearch::billingStreetAddress in Commerce Braintree 7

File

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

Class

Braintree_TransactionSearch

Code

static function billingStreetAddress() {
  return new Braintree_TextNode('billing_street_address');
}