Class: Increase::Models::PendingTransaction::Source::ACHTransferInstruction

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)


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

required :amount, Integer

#transfer_idString

The identifier of the ACH Transfer that led to this Pending Transaction.

Returns:

  • (String)


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

required :transfer_id, String