You are here

function Braintree_PartialMatchNode::endsWith in Commerce Braintree 7

File

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

Class

Braintree_PartialMatchNode

Code

function endsWith($value) {
  $this->searchTerms["ends_with"] = strval($value);
  return $this;
}