Module: Lithic::Models::KYCExempt::Workflow
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/lithic/models/kyc_exempt.rb,
sig/lithic/models/kyc_exempt.rbs
Overview
Specifies the workflow type. This must be 'KYC_EXEMPT'
Constant Summary collapse
- KYC_EXEMPT =
:KYC_EXEMPT
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
.values ⇒ Array<Symbol>
|
|
# File 'lib/lithic/models/kyc_exempt.rb', line 107
|
Instance Method Details
#self?.values ⇒ ::Array[Lithic::Models::KYCExempt::workflow]
81 |
# File 'sig/lithic/models/kyc_exempt.rbs', line 81
def self?.values: -> ::Array[Lithic::Models::KYCExempt::workflow]
|