function Braintree_PartialMatchNode::startsWith in Commerce Braintree 7
File
- braintree_php/
lib/ Braintree/ PartialMatchNode.php, line 5
Class
Code
function startsWith($value) {
$this->searchTerms["starts_with"] = strval($value);
return $this;
}