Module: Whop_sdk::Types::PaymentStatusStatus
- Extended by:
- Internal::Types::Enum
- Defined in:
- lib/whop_sdk/types/payment_status_status.rb
Constant Summary collapse
- REQUIRES_CONFIRMATION =
"requires_confirmation"- REQUIRES_ACTION =
"requires_action"- CONFIRMING =
"confirming"- PROCESSING =
"processing"- SUCCEEDED =
"succeeded"- CANCELED =
"canceled"
Method Summary
Methods included from Internal::Types::Enum
coerce, finalize!, inspect, load, strict!, strict?, values