Module: WhopSDK::Models::ResolutionCenterCaseIssueType
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/whop_sdk/models/resolution_center_case_issue_type.rb
Overview
The different types of issues a resolution can be
Constant Summary collapse
- FORGOT_TO_CANCEL =
:forgot_to_cancel- ITEM_NOT_RECEIVED =
:item_not_received- SIGNIFICANTLY_NOT_AS_DESCRIBED =
:significantly_not_as_described- UNAUTHORIZED_TRANSACTION =
:unauthorized_transaction- PRODUCT_UNACCEPTABLE =
:product_unacceptable
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
.values ⇒ Array<Symbol>
|
|
# File 'lib/whop_sdk/models/resolution_center_case_issue_type.rb', line 15
|