Method: Plaid::InflowModel#income_amount
- Defined in:
- lib/plaid/models/inflow_model.rb
#income_amount ⇒ Object
Amount of income per month. This value is required if ‘type` is `monthly-income`.
23 24 25 |
# File 'lib/plaid/models/inflow_model.rb', line 23 def income_amount @income_amount end |