Module: Whop_sdk::Types::AccountCardsStatus
- Extended by:
- Internal::Types::Enum
- Defined in:
- lib/whop_sdk/types/account_cards_status.rb
Constant Summary collapse
- APPROVED =
"approved"- PENDING =
"pending"- MANUAL_REVIEW =
"manual_review"- DENIED =
"denied"- LOCKED =
"locked"- CANCELED =
"canceled"- NEEDS_VERIFICATION =
"needs_verification"- NEEDS_INFORMATION =
"needs_information"
Method Summary
Methods included from Internal::Types::Enum
coerce, finalize!, inspect, load, strict!, strict?, values