Class: Increase::Models::Transaction::Source::ACHTransferIntention
- Inherits:
-
BaseModel
- Object
- BaseModel
- Increase::Models::Transaction::Source::ACHTransferIntention
- Defined in:
- lib/increase/models/transaction.rb
Instance Attribute Summary collapse
-
#account_number ⇒ String
The account number for the destination account.
-
#amount ⇒ Integer
The amount in the minor unit of the transaction's currency.
-
#routing_number ⇒ String
The American Bankers' Association (ABA) Routing Transit Number (RTN) for the destination account.
-
#statement_descriptor ⇒ String
A description set when the ACH Transfer was created.
-
#transfer_id ⇒ String
The identifier of the ACH Transfer that led to this Transaction.
Method Summary
Methods inherited from BaseModel
Instance Attribute Details
#account_number ⇒ String
The account number for the destination account.
258 |
# File 'lib/increase/models/transaction.rb', line 258 required :account_number, String |
#amount ⇒ Integer
The amount in the minor unit of the transaction's currency. For dollars, for example, this is cents.
263 |
# File 'lib/increase/models/transaction.rb', line 263 required :amount, Integer |
#routing_number ⇒ String
The American Bankers' Association (ABA) Routing Transit Number (RTN) for the destination account.
268 |
# File 'lib/increase/models/transaction.rb', line 268 required :routing_number, String |
#statement_descriptor ⇒ String
A description set when the ACH Transfer was created.
273 |
# File 'lib/increase/models/transaction.rb', line 273 required :statement_descriptor, String |
#transfer_id ⇒ String
The identifier of the ACH Transfer that led to this Transaction.
278 |
# File 'lib/increase/models/transaction.rb', line 278 required :transfer_id, String |