Module: Increase::Models::Simulations::ProgramCreateParams::Bank

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

Overview

The bank for the program’s accounts, defaults to First Internet Bank.

Constant Summary collapse

BLUE_RIDGE_BANK =

Blue Ridge Bank, N.A.

:blue_ridge_bank
CORE_BANK =

Core Bank

:core_bank
FIRST_INTERNET_BANK =

First Internet Bank of Indiana

:first_internet_bank
GLOBAL_INNOVATIONS_BANK =

Global Innovations Bank

:global_innovations_bank
GRASSHOPPER_BANK =

Grasshopper Bank

:grasshopper_bank
TWIN_CITY_BANK =

Twin City Bank

:twin_city_bank

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/program_create_params.rb', line 60