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

class VenmoProfileData(Resource):
    """
    A class representing Braintree VenmoProfileData object.
    """
    def __init__(self, gateway, attributes):
        Resource.__init__(self, gateway, attributes)