Class: Increase::Models::FednowTransfer::Submission

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/increase/models/fednow_transfer.rb,
sig/increase/models/fednow_transfer.rbs

Overview

See Also:

  • Increase::Models::FednowTransfer#submission

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Internal::Type::BaseModel

==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, 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

#initializeObject



553
# File 'sig/increase/models/fednow_transfer.rbs', line 553

def initialize: (

Instance Attribute Details

#message_identificationString

The FedNow network identification of the message submitted.

Parameters:

Returns:



700
# File 'lib/increase/models/fednow_transfer.rb', line 700

required :message_identification, String

#submitted_atTime?

The ISO 8601 date and time at which the transfer was submitted to FedNow.

Parameters:

Returns:



707
# File 'lib/increase/models/fednow_transfer.rb', line 707

required :submitted_at, Time, nil?: true

Instance Method Details

#to_hash{ message_identification: String, submitted_at: Time? }

Returns:



558
# File 'sig/increase/models/fednow_transfer.rbs', line 558

def to_hash: -> { message_identification: String, submitted_at: Time? }