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 / graphql / enums / recommendations.py
Size: Mime:
from enum import Enum
from braintree.util.experimental import Experimental

@Experimental
# This enum is Experiemental and may change in future releases.
class Recommendations(Enum):
    """
    Represents available types of customer recommendations that can be retrieved using a PayPal customer session.
    """

    PAYMENT_RECOMMENDATIONS = "PAYMENT_RECOMMENDATIONS"