Method: LockstepSdk::TransactionModel#transaction_amount

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

#transaction_amountDouble

Returns The total value of this transaction, inclusive or all taxes and line items.

Returns:

  • (Double)

    The total value of this transaction, inclusive or all taxes and line items.



92
93
94
# File 'lib/lockstep_sdk/models/transaction_model.rb', line 92

def transaction_amount
  @transaction_amount
end