Module: Increase::Models::Simulations::ACHTransferSettleParams::InboundFundsHoldBehavior

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

Overview

The behavior of the inbound funds hold that is created when the ACH Transfer is settled. If no behavior is specified, the inbound funds hold will be released immediately in order for the funds to be available for use.

Constant Summary collapse

RELEASE_IMMEDIATELY =

Release the inbound funds hold immediately.

:release_immediately
RELEASE_ON_DEFAULT_SCHEDULE =

Release the inbound funds hold on the default schedule.

:release_on_default_schedule

Class Method Summary collapse

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

Class Method Details

.valuesArray<Symbol>

Returns:

  • (Array<Symbol>)


# File 'lib/increase/models/simulations/ach_transfer_settle_params.rb', line 40