Module: WhopSDK::Models::Account::RequiredAction::Action
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/whop_sdk/models/account.rb,
sig/whop_sdk/models/account.rbs
Overview
What the holder must do; new values may be added, so handle unknown actions gracefully
Constant Summary collapse
- DEPOSIT_FUNDS =
:deposit_funds- SUBMIT_INFORMATION_REQUEST =
:submit_information_request- VERIFY_IDENTITY =
:verify_identity- CONNECT_FULFILLMENT_TRACKER =
:connect_fulfillment_tracker
Instance Method Summary collapse
Methods included from Internal::Type::Enum
==, ===, coerce, dump, hash, inspect, to_sorbet_type, values, 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
Instance Method Details
#self?.values ⇒ ::Array[WhopSDK::Models::Account::RequiredAction::action]
651 |
# File 'sig/whop_sdk/models/account.rbs', line 651
def self?.values: -> ::Array[WhopSDK::Models::Account::RequiredAction::action]
|