Method: Plaid::Transaction#amount
- Defined in:
- lib/plaid/models/transaction.rb
#amount ⇒ Object
The settled value of the transaction, denominated in the transactions’s currency, as stated in ‘iso_currency_code` or `unofficial_currency_code`. For all products except Income: Positive values when money moves out of the account; negative values when money moves in. For example, debit card purchases are positive; credit card payments, direct deposits, and refunds are negative. For Income endpoints, values are positive when representing income.
23 24 25 |
# File 'lib/plaid/models/transaction.rb', line 23 def amount @amount end |