static function Braintree_CustomerSearch::company in Commerce Braintree 7
File
- braintree_php/
lib/ Braintree/ CustomerSearch.php, line 13
Class
Code
static function company() {
return new Braintree_TextNode('company');
}
static function company() {
return new Braintree_TextNode('company');
}