Module: WhopSDK::Models::Account::RecommendedAction::Action
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/whop_sdk/models/account.rb,
sig/whop_sdk/models/account.rbs
Overview
The recommendation; new values may be added, so handle unknown actions gracefully
Constant Summary collapse
- THEME_BUSINESS =
:theme_business- CREATE_PRODUCT =
:create_product- CREATE_PLAN =
:create_plan- VERIFY_IDENTITY =
:verify_identity- CONNECT_AFFILIATE_PROGRAM =
:connect_affiliate_program- CREATE_PROMOTION =
:create_promotion- SETUP_TRACKING_PIXEL =
:setup_tracking_pixel- MIGRATE_FROM_STRIPE =
:migrate_from_stripe- ACCEPT_FIRST_PAYMENT =
:accept_first_payment- LAUNCH_FIRST_AD =
:launch_first_ad- INVITE_TEAM_MEMBER =
:invite_team_member- ENABLE_TAX_COLLECTION =
:enable_tax_collection- CREATE_CARD =
:create_card- JOIN_WHOP_UNIVERSITY =
:join_whop_university- APPLY_FOR_FINANCING =
:apply_for_financing
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::RecommendedAction::action]
572 |
# File 'sig/whop_sdk/models/account.rbs', line 572
def self?.values: -> ::Array[WhopSDK::Models::Account::RecommendedAction::action]
|