Class: Increase::Models::PendingTransaction::Source::RealTimePaymentsTransferInstruction

Inherits:
BaseModel
  • Object
show all
Defined in:
lib/increase/models/pending_transaction.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from BaseModel

#[], #inspect, #to_h, #to_s

Instance Attribute Details

#amountInteger

The pending amount in the minor unit of the transaction's currency. For dollars, for example, this is cents.

Returns:

  • (Integer)


521
# File 'lib/increase/models/pending_transaction.rb', line 521

required :amount, Integer

#transfer_idString

The identifier of the Real-Time Payments Transfer that led to this Pending Transaction.

Returns:

  • (String)


526
# File 'lib/increase/models/pending_transaction.rb', line 526

required :transfer_id, String