Class: Plaid::Models::IncomeStream
- Defined in:
- lib/plaid/models.rb
Overview
Public: A representation of Income Stream data.
Instance Method Summary collapse
-
#confidence ⇒ Object
:attr_reader: Public: The Numeric representation of our confidence in the income data associated with this particular income stream, with 0 being the lowest confidence and 1 being the highest.
-
#days ⇒ Object
:attr_reader: Public: The Numeric extent of data found for this income stream.
-
#monthly_income ⇒ Object
:attr_reader: Public: The Numeric monthly income associated with the income stream.
-
#name ⇒ Object
:attr_reader: Public: The String name of the entity associated with this income stream.
Methods inherited from BaseModel
Instance Method Details
#confidence ⇒ Object
:attr_reader: Public: The Numeric representation of our confidence in the income data associated with this particular income stream, with 0 being the lowest confidence and 1 being the highest.
429 |
# File 'lib/plaid/models.rb', line 429 property :confidence |
#days ⇒ Object
:attr_reader: Public: The Numeric extent of data found for this income stream.
434 |
# File 'lib/plaid/models.rb', line 434 property :days |
#monthly_income ⇒ Object
:attr_reader: Public: The Numeric monthly income associated with the income stream.
422 |
# File 'lib/plaid/models.rb', line 422 property :monthly_income |
#name ⇒ Object
:attr_reader: Public: The String name of the entity associated with this income stream.
440 |
# File 'lib/plaid/models.rb', line 440 property :name |