You are here

static function Braintree_SubscriptionSearch::id in Commerce Braintree 7

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

File

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

Class

Braintree_SubscriptionSearch

Code

static function id() {
  return new Braintree_TextNode('id');
}