Repository URL to install this package:
|
Version:
4.36.0 ▾
|
braintree
/
discount.py
|
|---|
from braintree.modification import Modification
from braintree.configuration import Configuration
class Discount(Modification):
@staticmethod
def all():
return Configuration.gateway().discount.all()