Module: ModernTreasury::Models::Case::RequestedAction::Field

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

Overview

The field that needs to be corrected or provided, if any.

See Also:

  • ModernTreasury::Models::Case::RequestedAction#field

Constant Summary collapse

ARTICLES_OF_INCORPORATION =

Returns:

  • (:articles_of_incorporation)
:articles_of_incorporation
EIN_LETTER =

Returns:

  • (:ein_letter)
:ein_letter
:legal_entity_details
PROOF_OF_ADDRESS =

Returns:

  • (:proof_of_address)
:proof_of_address

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::Case::RequestedAction::field]

Returns:

  • (::Array[ModernTreasury::Models::Case::RequestedAction::field])


155
# File 'sig/modern_treasury/models/case_.rbs', line 155

def self?.values: -> ::Array[ModernTreasury::Models::Case::RequestedAction::field]