Class: Increase::Models::InboundACHTransfer::Settlement

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

Overview

See Also:

Defined Under Namespace

Modules: SettlementSchedule

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

#initialize(settled_at: , settlement_schedule: ) ⇒ Object

Some parameter documentations has been truncated, see Increase::Models::InboundACHTransfer::Settlement for more details.

A subhash containing information about when and how the transfer settled at the Federal Reserve.

Parameters:



# File 'lib/increase/models/inbound_ach_transfer.rb', line 918


Instance Attribute Details

#settled_atTime

When the funds for this transfer settle at the recipient bank at the Federal Reserve.

Returns:

  • (Time)


910
# File 'lib/increase/models/inbound_ach_transfer.rb', line 910

required :settled_at, Time

#settlement_scheduleSymbol, Increase::Models::InboundACHTransfer::Settlement::SettlementSchedule

The settlement schedule this transfer follows.



916
# File 'lib/increase/models/inbound_ach_transfer.rb', line 916

required :settlement_schedule, enum: -> { Increase::InboundACHTransfer::Settlement::SettlementSchedule }