Module: Increase::Models::ACHTransfer::Submission::ExpectedSettlementSchedule

Extended by:
Internal::Type::Enum
Defined in:
lib/increase/models/ach_transfer.rb

Overview

The settlement schedule the transfer is expected to follow. This expectation takes into account the ‘effective_date`, `submitted_at`, and the amount of the transfer.

Constant Summary collapse

SAME_DAY =

The transfer is expected to settle same-day.

:same_day
FUTURE_DATED =

The transfer is expected to settle on a future date.

:future_dated

Method Summary

Methods included from Internal::Type::Enum

==, ===, coerce, dump, hash, inspect, to_sorbet_type, values

Methods included from Internal::Util::SorbetRuntimeSupport

#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type

Methods included from Internal::Type::Converter

#coerce, coerce, #dump, dump, inspect, #inspect, meta_info, new_coerce_state, type_info