Repository URL to install this package:
|
Version:
4.36.0 ▾
|
braintree
/
exchange_rate_quote.py
|
|---|
from braintree.attribute_getter import AttributeGetter
from braintree.monetary_amount import MonetaryAmount
class ExchangeRateQuote(AttributeGetter):
def __init__(self,attributes):
AttributeGetter.__init__(self,attributes)