Module: WhopSDK::Models::ResolutionCenterCaseStatus

Extended by:
Internal::Type::Enum
Defined in:
lib/whop_sdk/models/resolution_center_case_status.rb

Overview

The statuses a resolution object can have

Constant Summary collapse

MERCHANT_RESPONSE_NEEDED =
:merchant_response_needed
CUSTOMER_RESPONSE_NEEDED =
:customer_response_needed
MERCHANT_INFO_NEEDED =
:merchant_info_needed
CUSTOMER_INFO_NEEDED =
:customer_info_needed
UNDER_PLATFORM_REVIEW =
:under_platform_review
CUSTOMER_WON =
:customer_won
MERCHANT_WON =
:merchant_won
CUSTOMER_WITHDREW =
:customer_withdrew

Class Method Summary collapse

Methods included from Internal::Type::Enum

==, ===, coerce, dump, hash, inspect, to_sorbet_type, 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

Class Method Details

.valuesArray<Symbol>

Returns:

  • (Array<Symbol>)


# File 'lib/whop_sdk/models/resolution_center_case_status.rb', line 18