static function Braintree_TransactionSearch::amount in Commerce Braintree 7
File
- braintree_php/
lib/ Braintree/ TransactionSearch.php, line 44
Class
Code
static function amount() {
return new Braintree_RangeNode("amount");
}
static function amount() {
return new Braintree_RangeNode("amount");
}