Class: Increase::Models::Transaction::Source::InboundWireReversal
- Inherits:
-
BaseModel
- Object
- BaseModel
- Increase::Models::Transaction::Source::InboundWireReversal
- Defined in:
- lib/increase/models/transaction.rb
Instance Attribute Summary collapse
-
#amount ⇒ Integer
The amount that was reversed in USD cents.
-
#created_at ⇒ String
The ISO 8601 date and time at which the reversal was created.
-
#description ⇒ String
The description on the reversal message from Fedwire, set by the reversing bank.
-
#financial_institution_to_financial_institution_information ⇒ String
Additional financial institution information included in the wire reversal.
-
#input_cycle_date ⇒ String
The Fedwire cycle date for the wire reversal.
-
#input_message_accountability_data ⇒ String
The Fedwire transaction identifier.
-
#input_sequence_number ⇒ String
The Fedwire sequence number.
-
#input_source ⇒ String
The Fedwire input source identifier.
-
#originator_routing_number ⇒ String
The American Banking Association (ABA) routing number of the bank originating the transfer.
-
#previous_message_input_cycle_date ⇒ String
The Fedwire cycle date for the wire transfer that is being reversed by this message.
-
#previous_message_input_message_accountability_data ⇒ String
The Fedwire transaction identifier for the wire transfer that was reversed.
-
#previous_message_input_sequence_number ⇒ String
The Fedwire sequence number for the wire transfer that was reversed.
-
#previous_message_input_source ⇒ String
The Fedwire input source identifier for the wire transfer that was reversed.
-
#receiver_financial_institution_information ⇒ String
Information included in the wire reversal for the receiving financial institution.
-
#sender_reference ⇒ String
The sending bank's reference number for the wire reversal.
-
#transaction_id ⇒ String
The ID for the Transaction associated with the transfer reversal.
-
#wire_transfer_id ⇒ String
The ID for the Wire Transfer that is being reversed.
Method Summary
Methods inherited from BaseModel
Instance Attribute Details
#amount ⇒ Integer
The amount that was reversed in USD cents.
1892 |
# File 'lib/increase/models/transaction.rb', line 1892 required :amount, Integer |
#created_at ⇒ String
The ISO 8601 date and time at which the reversal was created.
1897 |
# File 'lib/increase/models/transaction.rb', line 1897 required :created_at, String |
#description ⇒ String
The description on the reversal message from Fedwire, set by the reversing bank.
1902 |
# File 'lib/increase/models/transaction.rb', line 1902 required :description, String |
#financial_institution_to_financial_institution_information ⇒ String
Additional financial institution information included in the wire reversal.
1907 |
# File 'lib/increase/models/transaction.rb', line 1907 required :financial_institution_to_financial_institution_information, String |
#input_cycle_date ⇒ String
The Fedwire cycle date for the wire reversal. The "Fedwire day" begins at 9:00 PM Eastern Time on the evening before the cycle date
.
1912 |
# File 'lib/increase/models/transaction.rb', line 1912 required :input_cycle_date, String |
#input_message_accountability_data ⇒ String
The Fedwire transaction identifier.
1917 |
# File 'lib/increase/models/transaction.rb', line 1917 required :input_message_accountability_data, String |
#input_sequence_number ⇒ String
The Fedwire sequence number.
1922 |
# File 'lib/increase/models/transaction.rb', line 1922 required :input_sequence_number, String |
#input_source ⇒ String
The Fedwire input source identifier.
1927 |
# File 'lib/increase/models/transaction.rb', line 1927 required :input_source, String |
#originator_routing_number ⇒ String
The American Banking Association (ABA) routing number of the bank originating the transfer.
1932 |
# File 'lib/increase/models/transaction.rb', line 1932 required :originator_routing_number, String |
#previous_message_input_cycle_date ⇒ String
The Fedwire cycle date for the wire transfer that is being reversed by this message.
1937 |
# File 'lib/increase/models/transaction.rb', line 1937 required :previous_message_input_cycle_date, String |
#previous_message_input_message_accountability_data ⇒ String
The Fedwire transaction identifier for the wire transfer that was reversed.
1942 |
# File 'lib/increase/models/transaction.rb', line 1942 required :previous_message_input_message_accountability_data, String |
#previous_message_input_sequence_number ⇒ String
The Fedwire sequence number for the wire transfer that was reversed.
1947 |
# File 'lib/increase/models/transaction.rb', line 1947 required :previous_message_input_sequence_number, String |
#previous_message_input_source ⇒ String
The Fedwire input source identifier for the wire transfer that was reversed.
1952 |
# File 'lib/increase/models/transaction.rb', line 1952 required :previous_message_input_source, String |
#receiver_financial_institution_information ⇒ String
Information included in the wire reversal for the receiving financial institution.
1957 |
# File 'lib/increase/models/transaction.rb', line 1957 required :receiver_financial_institution_information, String |
#sender_reference ⇒ String
The sending bank's reference number for the wire reversal.
1962 |
# File 'lib/increase/models/transaction.rb', line 1962 required :sender_reference, String |
#transaction_id ⇒ String
The ID for the Transaction associated with the transfer reversal.
1967 |
# File 'lib/increase/models/transaction.rb', line 1967 required :transaction_id, String |
#wire_transfer_id ⇒ String
The ID for the Wire Transfer that is being reversed.
1972 |
# File 'lib/increase/models/transaction.rb', line 1972 required :wire_transfer_id, String |