You are here

static function Braintree_TransactionSearch::shippingStreetAddress in Commerce Braintree 7

File

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

Class

Braintree_TransactionSearch

Code

static function shippingStreetAddress() {
  return new Braintree_TextNode('shipping_street_address');
}