Method: Finrb::Transaction#payment

Defined in:
lib/finrb/transaction.rb

#paymentFlt::DecNum

Deprecated.

Provided for backwards compatibility

Returns the cash value of the transaction.

Returns:

  • (Flt::DecNum)

    the cash value of the transaction



93
94
95
# File 'lib/finrb/transaction.rb', line 93

def payment
  @amount
end