You are here

static function Braintree_TransactionSearch::type in Commerce Braintree 7

File

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

Class

Braintree_TransactionSearch

Code

static function type() {
  return new Braintree_MultipleValueNode("type", array(
    Braintree_Transaction::SALE,
    Braintree_Transaction::CREDIT,
  ));
}