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    
finicityapi / finicityapi / models / estimate_inclusion_enum.py
Size: Mime:
# -*- coding: utf-8 -*-

class EstimateInclusionEnum(object):

    """Implementation of the 'Estimate Inclusion' enum.

    Estimate Inclusion

    Attributes:
        HIGH: TODO: type description here.
        MODERATE: TODO: type description here.
        LOW: TODO: type description here.
        NO: TODO: type description here.

    """

    HIGH = 'HIGH'

    MODERATE = 'MODERATE'

    LOW = 'LOW'

    NO = 'NO'