Class: Increase::Models::Transaction::Source::WireTransferIntention
- Inherits:
-
BaseModel
- Object
- BaseModel
- Increase::Models::Transaction::Source::WireTransferIntention
- Defined in:
- lib/increase/models/transaction.rb
Instance Attribute Summary collapse
-
#account_number ⇒ String
The destination account number.
-
#amount ⇒ Integer
The transfer amount in USD cents.
-
#message_to_recipient ⇒ String
The message that will show on the recipient's bank statement.
-
#routing_number ⇒ String
The American Bankers' Association (ABA) Routing Transit Number (RTN).
-
#transfer_id ⇒ String
The identifier of the Wire Transfer that led to this Transaction.
Method Summary
Methods inherited from BaseModel
Instance Attribute Details
#account_number ⇒ String
The destination account number.
2171 |
# File 'lib/increase/models/transaction.rb', line 2171 required :account_number, String |
#amount ⇒ Integer
The transfer amount in USD cents.
2176 |
# File 'lib/increase/models/transaction.rb', line 2176 required :amount, Integer |
#message_to_recipient ⇒ String
The message that will show on the recipient's bank statement.
2181 |
# File 'lib/increase/models/transaction.rb', line 2181 required :message_to_recipient, String |
#routing_number ⇒ String
The American Bankers' Association (ABA) Routing Transit Number (RTN).
2186 |
# File 'lib/increase/models/transaction.rb', line 2186 required :routing_number, String |
#transfer_id ⇒ String
The identifier of the Wire Transfer that led to this Transaction.
2191 |
# File 'lib/increase/models/transaction.rb', line 2191 required :transfer_id, String |