Module: ModernTreasury::Models::LegalEntity::BusinessDesignation

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

Overview

Legal designation associated with the business.

See Also:

  • ModernTreasury::Models::LegalEntity#business_designation

Constant Summary collapse

EXEMPT_FINANCIAL_INSTITUTION =

Returns:

  • (:exempt_financial_institution)
:exempt_financial_institution
NON_OPERATING_BUSINESS =

Returns:

  • (:non_operating_business)
:non_operating_business

Instance Method Summary collapse

Methods included from Internal::Type::Enum

==, ===, coerce, dump, hash, inspect, to_sorbet_type, values, 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

Instance Method Details

#self?.values ⇒ ::Array[ModernTreasury::Models::LegalEntity::business_designation]

Returns:

  • (::Array[ModernTreasury::Models::LegalEntity::business_designation])


373
# File 'sig/modern_treasury/models/legal_entity.rbs', line 373

def self?.values: -> ::Array[ModernTreasury::Models::LegalEntity::business_designation]