Discount: All
Returns a collection of Discount objects.
- PHP
$discounts = $gateway->discount()->all();
;;
If the discount can't be found, you'll receive a Braintree\Exception\NotFound
exception.
Returns a collection of Discount objects.
$discounts = $gateway->discount()->all();
If the discount can't be found, you'll receive a Braintree\Exception\NotFound
exception.