Module: Whop_sdk::Types::DisputeStatuses

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

Constant Summary collapse

WARNING_NEEDS_RESPONSE =
"warning_needs_response"
WARNING_UNDER_REVIEW =
"warning_under_review"
WARNING_CLOSED =
"warning_closed"
NEEDS_RESPONSE =
"needs_response"
UNDER_REVIEW =
"under_review"
WON =
"won"
LOST =
"lost"
CLOSED =
"closed"
OTHER =
"other"

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