Discount: All
Returns a collection of Discount objects.
- Python
discounts = gateway.discount.all()
If the discount can't be found, it will throw a NotFoundError
exception.
Returns a collection of Discount objects.
discounts = gateway.discount.all()
If the discount can't be found, it will throw a NotFoundError
exception.