Module: Whop_sdk::Verifications::Types::CreateVerificationsResponseStatus
- Extended by:
- Internal::Types::Enum
- Defined in:
- lib/whop_sdk/verifications/types/create_verifications_response_status.rb
Constant Summary collapse
- NOT_STARTED =
"not_started"- PENDING =
"pending"- PROCESSING =
"processing"- MANUAL_REVIEW =
"manual_review"- APPROVED =
"approved"- REJECTED =
"rejected"- ACTION_REQUIRED =
"action_required"
Method Summary
Methods included from Internal::Types::Enum
coerce, finalize!, inspect, load, strict!, strict?, values