function Braintree_EqualityNode::isNot in Commerce Braintree 7
File
- braintree_php/
lib/ Braintree/ EqualityNode.php, line 5
Class
Code
function isNot($value) {
$this->searchTerms['is_not'] = strval($value);
return $this;
}
function isNot($value) {
$this->searchTerms['is_not'] = strval($value);
return $this;
}