You are here

static function Braintree_TransactionSearch::shippingCountryName in Commerce Braintree 7

File

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

Class

Braintree_TransactionSearch

Code

static function shippingCountryName() {
  return new Braintree_TextNode('shipping_country_name');
}