Method: LockstepSdk::TransactionModel#outstanding_amount

Defined in:
lib/lockstep_sdk/models/transaction_model.rb

#outstanding_amountDouble

Returns The remaining balance of this transaction.

Returns:

  • (Double)

    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