You are here

static function Braintree_TransactionSearch::creditCardNumber in Commerce Braintree 7

File

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

Class

Braintree_TransactionSearch

Code

static function creditCardNumber() {
  return new Braintree_PartialMatchNode('credit_card_number');
}