Module: Whop_sdk::Types::DisputeStatus
- Extended by:
- Internal::Types::Enum
- Defined in:
- lib/whop_sdk/types/dispute_status.rb
Constant Summary collapse
- NEEDS_RESPONSE =
"needs_response"- UNDER_REVIEW =
"under_review"- WON =
"won"- LOST =
"lost"- CLOSED =
"closed"
Method Summary
Methods included from Internal::Types::Enum
coerce, finalize!, inspect, load, strict!, strict?, values