You are here

function Braintree_PartialMatchNode::startsWith in Commerce Braintree 7

File

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

Class

Braintree_PartialMatchNode

Code

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