Module: Whop_sdk::Types::VerificationStatuses

Extended by:
Internal::Types::Enum
Defined in:
lib/whop_sdk/types/verification_statuses.rb

Constant Summary collapse

REQUIRES_INPUT =
"requires_input"
PROCESSING =
"processing"
VERIFIED =
"verified"
CANCELED =
"canceled"
CREATED =
"created"
STARTED =
"started"
SUBMITTED =
"submitted"
APPROVED =
"approved"
DECLINED =
"declined"
RESUBMISSION_REQUESTED =
"resubmission_requested"
EXPIRED =
"expired"
ABANDONED =
"abandoned"
REVIEW =
"review"
ACTION_REQUIRED =
"action_required"
MANUAL_REVIEW =
"manual_review"

Method Summary

Methods included from Internal::Types::Enum

coerce, finalize!, inspect, load, strict!, strict?, values

Methods included from Internal::Types::Type

#coerce, #strict!, #strict?

Methods included from Internal::JSON::Serializable

#dump, #load