You are here

static function Braintree_TransactionSearch::shippingExtendedAddress in Commerce Braintree 7

File

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

Class

Braintree_TransactionSearch

Code

static function shippingExtendedAddress() {
  return new Braintree_TextNode('shipping_extended_address');
}