Module: Lithic::Models::InstanceFinancialAccountType

Extended by:
Internal::Type::Enum
Defined in:
lib/lithic/models/instance_financial_account_type.rb,
sig/lithic/models/instance_financial_account_type.rbs

Overview

Type of instance financial account

Constant Summary collapse

ISSUING =

Returns:

  • (:ISSUING)
:ISSUING
RESERVE =

Returns:

  • (:RESERVE)
:RESERVE
OPERATING =

Returns:

  • (:OPERATING)
:OPERATING
CHARGED_OFF_FEES =

Returns:

  • (:CHARGED_OFF_FEES)
:CHARGED_OFF_FEES
CHARGED_OFF_INTEREST =

Returns:

  • (:CHARGED_OFF_INTEREST)
:CHARGED_OFF_INTEREST
CHARGED_OFF_PRINCIPAL =

Returns:

  • (:CHARGED_OFF_PRINCIPAL)
:CHARGED_OFF_PRINCIPAL
SECURITY =

Returns:

  • (:SECURITY)
:SECURITY
PROGRAM_RECEIVABLES =

Returns:

  • (:PROGRAM_RECEIVABLES)
:PROGRAM_RECEIVABLES
COLLECTION =

Returns:

  • (:COLLECTION)
:COLLECTION
PROGRAM_BANK_ACCOUNTS_PAYABLE =

Returns:

  • (:PROGRAM_BANK_ACCOUNTS_PAYABLE)
:PROGRAM_BANK_ACCOUNTS_PAYABLE
EARLY_DIRECT_DEPOSIT_FLOAT =

Returns:

  • (:EARLY_DIRECT_DEPOSIT_FLOAT)
:EARLY_DIRECT_DEPOSIT_FLOAT
PROVISIONAL_CREDIT_ACCOUNT =

Returns:

  • (:PROVISIONAL_CREDIT_ACCOUNT)
:PROVISIONAL_CREDIT_ACCOUNT

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/lithic/models/instance_financial_account_type.rb', line 22

Instance Method Details

#self?.values::Array[Lithic::Models::instance_financial_account_type]

Returns:

  • (::Array[Lithic::Models::instance_financial_account_type])


33
# File 'sig/lithic/models/instance_financial_account_type.rbs', line 33

def self?.values: -> ::Array[Lithic::Models::instance_financial_account_type]