Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
braintree / transaction_amounts.py
Size: Mime:
class TransactionAmounts(object):
    """ A class of constants for transaction amounts that will cause different statuses. """

    Authorize = "1000.00"
    Decline = "2000.00"
    HardDecline = "2015.00"
    Fail = "3000.00"