Class: Increase::Models::WireTransfer::Reversal

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/increase/models/wire_transfer.rb

Overview

See Also:

Instance Attribute Summary collapse

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, meta_info, 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

#amountInteger

The amount that was reversed in USD cents.

Returns:

  • (Integer)


468
# File 'lib/increase/models/wire_transfer.rb', line 468

required :amount, Integer

#created_atTime

The [ISO 8601](en.wikipedia.org/wiki/ISO_8601) date and time at which the reversal was created.

Returns:

  • (Time)


475
# File 'lib/increase/models/wire_transfer.rb', line 475

required :created_at, Time

#debtor_routing_numberString?

The debtor’s routing number.

Returns:

  • (String, nil)


481
# File 'lib/increase/models/wire_transfer.rb', line 481

required :debtor_routing_number, String, nil?: true

#descriptionString

The description on the reversal message from Fedwire, set by the reversing bank.

Returns:

  • (String)


487
# File 'lib/increase/models/wire_transfer.rb', line 487

required :description, String

#input_cycle_dateDate

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`.

Returns:

  • (Date)


494
# File 'lib/increase/models/wire_transfer.rb', line 494

required :input_cycle_date, Date

#input_message_accountability_dataString

The Fedwire transaction identifier.

Returns:

  • (String)


500
# File 'lib/increase/models/wire_transfer.rb', line 500

required :input_message_accountability_data, String

#input_sequence_numberString

The Fedwire sequence number.

Returns:

  • (String)


506
# File 'lib/increase/models/wire_transfer.rb', line 506

required :input_sequence_number, String

#input_sourceString

The Fedwire input source identifier.

Returns:

  • (String)


512
# File 'lib/increase/models/wire_transfer.rb', line 512

required :input_source, String

#instruction_identificationString?

The sending bank’s identifier for the reversal.

Returns:

  • (String, nil)


518
# File 'lib/increase/models/wire_transfer.rb', line 518

required :instruction_identification, String, nil?: true

#return_reason_additional_informationString?

Additional information about the reason for the reversal.

Returns:

  • (String, nil)


524
# File 'lib/increase/models/wire_transfer.rb', line 524

required :return_reason_additional_information, String, nil?: true

#transaction_idString

The ID for the Transaction associated with the transfer reversal.

Returns:

  • (String)


530
# File 'lib/increase/models/wire_transfer.rb', line 530

required :transaction_id, String

#wire_transfer_idString

The ID for the Wire Transfer that is being reversed.

Returns:

  • (String)


536
# File 'lib/increase/models/wire_transfer.rb', line 536

required :wire_transfer_id, String