Class: Increase::Models::PendingTransaction::Source::ACHTransferInstruction
- Inherits:
-
BaseModel
- Object
- BaseModel
- Increase::Models::PendingTransaction::Source::ACHTransferInstruction
- Defined in:
- lib/increase/models/pending_transaction.rb
Instance Attribute Summary collapse
-
#amount ⇒ Integer
The pending amount in the minor unit of the transaction's currency.
-
#transfer_id ⇒ String
The identifier of the ACH Transfer that led to this Pending Transaction.
Method Summary
Methods inherited from BaseModel
Instance Attribute Details
#amount ⇒ Integer
The pending amount in the minor unit of the transaction's currency. For dollars, for example, this is cents.
150 |
# File 'lib/increase/models/pending_transaction.rb', line 150 required :amount, Integer |
#transfer_id ⇒ String
The identifier of the ACH Transfer that led to this Pending Transaction.
155 |
# File 'lib/increase/models/pending_transaction.rb', line 155 required :transfer_id, String |