You are here

static function Braintree_TransactionSearch::shippingPostalCode in Commerce Braintree 7

File

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

Class

Braintree_TransactionSearch

Code

static function shippingPostalCode() {
  return new Braintree_TextNode('shipping_postal_code');
}