You are here

static function Braintree_SubscriptionSearch::merchantAccountId in Commerce Braintree 7

1 call to Braintree_SubscriptionSearch::merchantAccountId()
Braintree_SubscriptionSearchTest::testSearch_merchantAccountId_isMultipleValueNode in braintree_php/tests/unit/SubscriptionSearchTest.php

File

braintree_php/lib/Braintree/SubscriptionSearch.php, line 24

Class

Braintree_SubscriptionSearch

Code

static function merchantAccountId() {
  return new Braintree_MultipleValueNode('merchant_account_id');
}