static function Braintree_TransactionSearch::customerEmail in Commerce Braintree 7
File
- braintree_php/
lib/ Braintree/ TransactionSearch.php, line 15
Class
Code
static function customerEmail() {
return new Braintree_TextNode('customer_email');
}