You are here

static function Braintree_SubscriptionSearch::ids in Commerce Braintree 7

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

File

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

Class

Braintree_SubscriptionSearch

Code

static function ids() {
  return new Braintree_MultipleValueNode('ids');
}