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