Module: WhopSDK::Models::VerificationRetrieveResponse::Status

Extended by:
Internal::Type::Enum
Defined in:
lib/whop_sdk/models/verification_retrieve_response.rb,
sig/whop_sdk/models/verification_retrieve_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.

See Also:

  • WhopSDK::Models::VerificationRetrieveResponse#status

Constant Summary collapse

NOT_STARTED =

Returns:

  • (:not_started)
:not_started
PENDING =

Returns:

  • (:pending)
:pending
APPROVED =

Returns:

  • (:approved)
:approved
REJECTED =

Returns:

  • (:rejected)
:rejected
ACTION_REQUIRED =

Returns:

  • (: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

.valuesArray<Symbol>

Returns:

  • (Array<Symbol>)


# File 'lib/whop_sdk/models/verification_retrieve_response.rb', line 395

Instance Method Details

#self?.values::Array[WhopSDK::Models::VerificationRetrieveResponse::status]

Returns:

  • (::Array[WhopSDK::Models::VerificationRetrieveResponse::status])


329
# File 'sig/whop_sdk/models/verification_retrieve_response.rbs', line 329

def self?.values: -> ::Array[WhopSDK::Models::VerificationRetrieveResponse::status]