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