Class: Increase::Models::WireTransfer::Reversal
- Defined in:
- lib/increase/models/wire_transfer.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.
227 |
# File 'lib/increase/models/wire_transfer.rb', line 227 required :amount, Integer |
#created_at ⇒ String
The ISO 8601 date and time at which the reversal was created.
232 |
# File 'lib/increase/models/wire_transfer.rb', line 232 required :created_at, String |
#description ⇒ String
The description on the reversal message from Fedwire, set by the reversing bank.
237 |
# File 'lib/increase/models/wire_transfer.rb', line 237 required :description, String |
#financial_institution_to_financial_institution_information ⇒ String
Additional financial institution information included in the wire reversal.
242 |
# File 'lib/increase/models/wire_transfer.rb', line 242 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
.
247 |
# File 'lib/increase/models/wire_transfer.rb', line 247 required :input_cycle_date, String |
#input_message_accountability_data ⇒ String
The Fedwire transaction identifier.
252 |
# File 'lib/increase/models/wire_transfer.rb', line 252 required :input_message_accountability_data, String |
#input_sequence_number ⇒ String
The Fedwire sequence number.
257 |
# File 'lib/increase/models/wire_transfer.rb', line 257 required :input_sequence_number, String |
#input_source ⇒ String
The Fedwire input source identifier.
262 |
# File 'lib/increase/models/wire_transfer.rb', line 262 required :input_source, String |
#originator_routing_number ⇒ String
The American Banking Association (ABA) routing number of the bank originating the transfer.
267 |
# File 'lib/increase/models/wire_transfer.rb', line 267 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.
272 |
# File 'lib/increase/models/wire_transfer.rb', line 272 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.
277 |
# File 'lib/increase/models/wire_transfer.rb', line 277 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.
282 |
# File 'lib/increase/models/wire_transfer.rb', line 282 required :previous_message_input_sequence_number, String |
#previous_message_input_source ⇒ String
The Fedwire input source identifier for the wire transfer that was reversed.
287 |
# File 'lib/increase/models/wire_transfer.rb', line 287 required :previous_message_input_source, String |
#receiver_financial_institution_information ⇒ String
Information included in the wire reversal for the receiving financial institution.
292 |
# File 'lib/increase/models/wire_transfer.rb', line 292 required :receiver_financial_institution_information, String |
#sender_reference ⇒ String
The sending bank's reference number for the wire reversal.
297 |
# File 'lib/increase/models/wire_transfer.rb', line 297 required :sender_reference, String |
#transaction_id ⇒ String
The ID for the Transaction associated with the transfer reversal.
302 |
# File 'lib/increase/models/wire_transfer.rb', line 302 required :transaction_id, String |
#wire_transfer_id ⇒ String
The ID for the Wire Transfer that is being reversed.
307 |
# File 'lib/increase/models/wire_transfer.rb', line 307 required :wire_transfer_id, String |