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