Class: Increase::Models::WireTransfer::Reversal
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Increase::Models::WireTransfer::Reversal
- Defined in:
- lib/increase/models/wire_transfer.rb
Overview
Instance Attribute Summary collapse
-
#amount ⇒ Integer
The amount that was reversed in USD cents.
-
#created_at ⇒ Time
The [ISO 8601](en.wikipedia.org/wiki/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 ⇒ Date
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 ⇒ Date
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 Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, #initialize, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
This class inherits a constructor from Increase::Internal::Type::BaseModel
Instance Attribute Details
#amount ⇒ Integer
The amount that was reversed in USD cents.
459 |
# File 'lib/increase/models/wire_transfer.rb', line 459 required :amount, Integer |
#created_at ⇒ Time
The [ISO 8601](en.wikipedia.org/wiki/ISO_8601) date and time at which the reversal was created.
466 |
# File 'lib/increase/models/wire_transfer.rb', line 466 required :created_at, Time |
#description ⇒ String
The description on the reversal message from Fedwire, set by the reversing bank.
472 |
# File 'lib/increase/models/wire_transfer.rb', line 472 required :description, String |
#financial_institution_to_financial_institution_information ⇒ String?
Additional financial institution information included in the wire reversal.
478 |
# File 'lib/increase/models/wire_transfer.rb', line 478 required :financial_institution_to_financial_institution_information, String, nil?: true |
#input_cycle_date ⇒ Date
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`.
485 |
# File 'lib/increase/models/wire_transfer.rb', line 485 required :input_cycle_date, Date |
#input_message_accountability_data ⇒ String
The Fedwire transaction identifier.
491 |
# File 'lib/increase/models/wire_transfer.rb', line 491 required :input_message_accountability_data, String |
#input_sequence_number ⇒ String
The Fedwire sequence number.
497 |
# File 'lib/increase/models/wire_transfer.rb', line 497 required :input_sequence_number, String |
#input_source ⇒ String
The Fedwire input source identifier.
503 |
# File 'lib/increase/models/wire_transfer.rb', line 503 required :input_source, String |
#originator_routing_number ⇒ String?
The American Banking Association (ABA) routing number of the bank originating the transfer.
510 |
# File 'lib/increase/models/wire_transfer.rb', line 510 required :originator_routing_number, String, nil?: true |
#previous_message_input_cycle_date ⇒ Date
The Fedwire cycle date for the wire transfer that is being reversed by this message.
517 |
# File 'lib/increase/models/wire_transfer.rb', line 517 required :previous_message_input_cycle_date, Date |
#previous_message_input_message_accountability_data ⇒ String
The Fedwire transaction identifier for the wire transfer that was reversed.
523 |
# File 'lib/increase/models/wire_transfer.rb', line 523 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.
529 |
# File 'lib/increase/models/wire_transfer.rb', line 529 required :previous_message_input_sequence_number, String |
#previous_message_input_source ⇒ String
The Fedwire input source identifier for the wire transfer that was reversed.
535 |
# File 'lib/increase/models/wire_transfer.rb', line 535 required :previous_message_input_source, String |
#receiver_financial_institution_information ⇒ String?
Information included in the wire reversal for the receiving financial institution.
542 |
# File 'lib/increase/models/wire_transfer.rb', line 542 required :receiver_financial_institution_information, String, nil?: true |
#sender_reference ⇒ String?
The sending bank’s reference number for the wire reversal.
548 |
# File 'lib/increase/models/wire_transfer.rb', line 548 required :sender_reference, String, nil?: true |
#transaction_id ⇒ String
The ID for the Transaction associated with the transfer reversal.
554 |
# File 'lib/increase/models/wire_transfer.rb', line 554 required :transaction_id, String |
#wire_transfer_id ⇒ String
The ID for the Wire Transfer that is being reversed.
560 |
# File 'lib/increase/models/wire_transfer.rb', line 560 required :wire_transfer_id, String |