Method: FuseClient::Transaction#amount
- Defined in:
- lib/fuse_client/models/transaction.rb
#amount ⇒ Object
Amount in cents associated with the transaction. The format of this value is a double. 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.
28 29 30 |
# File 'lib/fuse_client/models/transaction.rb', line 28 def amount @amount end |