Repository URL to install this package:
|
Version:
4.36.0 ▾
|
braintree
/
transaction_amounts.py
|
|---|
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"