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 / connected_merchant_paypal_status_changed.py
Size: Mime:
from braintree.resource import Resource

class ConnectedMerchantPayPalStatusChanged(Resource):

    def __init__(self, gateway, attributes):
        Resource.__init__(self, gateway, attributes)

    @property
    def merchant_id(self):
        return self.merchant_public_id