Method: MoneyKit::PlaidCompatible::Transaction#merchant_name

Defined in:
lib/plaid_compatible/money_kit_plaid_compatible/models/transaction.rb

#merchant_nameObject

The merchant name, as enriched by Plaid from the ‘name` field. This is typically a more human-readable version of the merchant counterparty in the transaction. For some bank transactions (such as checks or account transfers) where there is no meaningful merchant name, this value will be `null`.



40
41
42
# File 'lib/plaid_compatible/money_kit_plaid_compatible/models/transaction.rb', line 40

def merchant_name
  @merchant_name
end