Module: Whop_sdk::Types::ResolutionCenterCaseActions

Extended by:
Internal::Types::Enum
Defined in:
lib/whop_sdk/types/resolution_center_case_actions.rb

Constant Summary collapse

CREATED =
"created"
RESPONDED =
"responded"
ACCEPTED =
"accepted"
DENIED =
"denied"
APPEALED =
"appealed"
WITHDREW =
"withdrew"
REQUESTED_MORE_INFO =
"requested_more_info"
ESCALATED =
"escalated"
DISPUTE_OPENED =
"dispute_opened"
DISPUTE_CUSTOMER_WON =
"dispute_customer_won"
DISPUTE_MERCHANT_WON =
"dispute_merchant_won"

Method Summary

Methods included from Internal::Types::Enum

coerce, finalize!, inspect, load, strict!, strict?, values

Methods included from Internal::Types::Type

#coerce, #strict!, #strict?

Methods included from Internal::JSON::Serializable

#dump, #load