Module: Lithic::Models::KYC::Workflow

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

Overview

Specifies the type of KYC workflow to run.

See Also:

  • Lithic::Models::KYC#workflow

Constant Summary collapse

KYC_BASIC =

Returns:

  • (:KYC_BASIC)
:KYC_BASIC
KYC_BYO =

Returns:

  • (:KYC_BYO)
:KYC_BYO

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/kyc.rb', line 137

Instance Method Details

#self?.values::Array[Lithic::Models::KYC::workflow]

Returns:

  • (::Array[Lithic::Models::KYC::workflow])


98
# File 'sig/lithic/models/kyc.rbs', line 98

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