Module: WhopSDK::Models::ResolutionCenterCaseStatus

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

Overview

The statuses a resolution object can have

Constant Summary collapse

MERCHANT_RESPONSE_NEEDED =

Returns:

  • (:merchant_response_needed)
:merchant_response_needed
CUSTOMER_RESPONSE_NEEDED =

Returns:

  • (:customer_response_needed)
:customer_response_needed
MERCHANT_INFO_NEEDED =

Returns:

  • (:merchant_info_needed)
:merchant_info_needed
CUSTOMER_INFO_NEEDED =

Returns:

  • (:customer_info_needed)
:customer_info_needed
UNDER_PLATFORM_REVIEW =

Returns:

  • (:under_platform_review)
:under_platform_review
CUSTOMER_WON =

Returns:

  • (:customer_won)
:customer_won
MERCHANT_WON =

Returns:

  • (:merchant_won)
:merchant_won
CUSTOMER_WITHDREW =

Returns:

  • (:customer_withdrew)
:customer_withdrew

Class Method Summary collapse

Instance 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

Instance Method Details

#self?.values::Array[WhopSDK::Models::resolution_center_case_status]

Returns:

  • (::Array[WhopSDK::Models::resolution_center_case_status])


25
# File 'sig/whop_sdk/models/resolution_center_case_status.rbs', line 25

def self?.values: -> ::Array[WhopSDK::Models::resolution_center_case_status]