You are here

function Braintree_IsNode::is in Commerce Braintree 7

File

braintree_php/lib/Braintree/IsNode.php, line 11

Class

Braintree_IsNode

Code

function is($value) {
  $this->searchTerms['is'] = strval($value);
  return $this;
}