Method: Plaid::InflowModel#transaction_name

Defined in:
lib/plaid/models/inflow_model.rb

#transaction_nameObject

The name of the income transaction. This field is required if ‘type` is `monthly-income`, `monthly-balance-payment` or `monthly-interest-only-payment`.



29
30
31
# File 'lib/plaid/models/inflow_model.rb', line 29

def transaction_name
  @transaction_name
end