Module: WhopSDK::Models::VerificationListResponse::Data::Status
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/whop_sdk/models/verification_list_response.rb,
sig/whop_sdk/models/verification_list_response.rbs
Overview
Current verification state. not_started before any session has been created;
pending while a session is in progress; action_required when items in
requested_information need answers before review can continue; approved once
verification succeeds; rejected if it fails. Call the Create Verification
endpoint again to start a new session.
Constant Summary collapse
- NOT_STARTED =
:not_started- PENDING =
:pending- APPROVED =
:approved- REJECTED =
:rejected- ACTION_REQUIRED =
:action_required
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/whop_sdk/models/verification_list_response.rb', line 404
|
Instance Method Details
#self?.values ⇒ ::Array[WhopSDK::Models::VerificationListResponse::Data::status]
347 |
# File 'sig/whop_sdk/models/verification_list_response.rbs', line 347
def self?.values: -> ::Array[WhopSDK::Models::VerificationListResponse::Data::status]
|