Module: Whop_sdk::Types::WithdrawalStatus

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

Constant Summary collapse

REQUESTED =
"requested"
AWAITING_PAYMENT =
"awaiting_payment"
IN_TRANSIT =
"in_transit"
COMPLETED =
"completed"
FAILED =
"failed"
CANCELED =
"canceled"
DENIED =
"denied"

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