Module: Privy::Models::BridgeFiatCustomerResponse::Status

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

Overview

Status of the KYC verification process.

See Also:

  • Privy::Models::BridgeFiatCustomerResponse#status

Constant Summary collapse

NOT_FOUND =

Returns:

  • (:not_found)
:not_found
ACTIVE =

Returns:

  • (:active)
:active
AWAITING_QUESTIONNAIRE =

Returns:

  • (:awaiting_questionnaire)
:awaiting_questionnaire
AWAITING_UBO =

Returns:

  • (:awaiting_ubo)
:awaiting_ubo
INCOMPLETE =

Returns:

  • (:incomplete)
:incomplete
NOT_STARTED =

Returns:

  • (:not_started)
:not_started
OFFBOARDED =

Returns:

  • (:offboarded)
:offboarded
PAUSED =

Returns:

  • (:paused)
:paused
REJECTED =

Returns:

  • (:rejected)
:rejected
UNDER_REVIEW =

Returns:

  • (:under_review)
:under_review

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/privy/models/bridge_fiat_customer_response.rb', line 72

Instance Method Details

#self?.values::Array[Privy::Models::BridgeFiatCustomerResponse::status]

Returns:

  • (::Array[Privy::Models::BridgeFiatCustomerResponse::status])


81
# File 'sig/privy/models/bridge_fiat_customer_response.rbs', line 81

def self?.values: -> ::Array[Privy::Models::BridgeFiatCustomerResponse::status]