Method: LockstepSdk::TransactionModel#outstanding_amount
- Defined in:
- lib/lockstep_sdk/models/transaction_model.rb
#outstanding_amount ⇒ Double
Returns The remaining balance of this transaction.
96 97 98 |
# File 'lib/lockstep_sdk/models/transaction_model.rb', line 96 def outstanding_amount @outstanding_amount end |