Module: Increase::Models::Simulations::ACHTransferCreateNotificationOfChangeParams::CorrectedAccountFunding

Extended by:
Internal::Type::Enum
Defined in:
lib/increase/models/simulations/ach_transfer_create_notification_of_change_params.rb,
sig/increase/models/simulations/ach_transfer_create_notification_of_change_params.rbs

Overview

The corrected account funding type.

Constant Summary collapse

CHECKING =

A checking account.

Returns:

  • (:checking)
:checking
SAVINGS =

A savings account.

Returns:

  • (:savings)
:savings
LOAN =

A loan account used in a lender-borrower relationship. Uncommon.

Returns:

  • (:loan)
:loan
GENERAL_LEDGER =

A bank's general ledger. Uncommon.

Returns:

  • (:general_ledger)
:general_ledger

Class Method Summary collapse

Instance 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_create_notification_of_change_params.rb', line 76

Instance Method Details

#self?.values::Array[Increase::Models::Simulations::ACHTransferCreateNotificationOfChangeParams::corrected_account_funding]

Returns:

  • (::Array[Increase::Models::Simulations::ACHTransferCreateNotificationOfChangeParams::corrected_account_funding])


74
# File 'sig/increase/models/simulations/ach_transfer_create_notification_of_change_params.rbs', line 74

def self?.values: -> ::Array[Increase::Models::Simulations::ACHTransferCreateNotificationOfChangeParams::corrected_account_funding]