Module: WhopSDK::Models::WebhookEvent
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/whop_sdk/models/webhook_event.rb
Overview
The different event types available
Constant Summary collapse
- INVOICE_CREATED =
:"invoice.created"- INVOICE_MARKED_UNCOLLECTIBLE =
:"invoice.marked_uncollectible"- INVOICE_PAID =
:"invoice.paid"- INVOICE_PAST_DUE =
:"invoice.past_due"- INVOICE_VOIDED =
:"invoice.voided"- MEMBERSHIP_ACTIVATED =
:"membership.activated"- MEMBERSHIP_DEACTIVATED =
:"membership.deactivated"- ENTRY_CREATED =
:"entry.created"- ENTRY_APPROVED =
:"entry.approved"- ENTRY_DENIED =
:"entry.denied"- ENTRY_DELETED =
:"entry.deleted"- SETUP_INTENT_REQUIRES_ACTION =
:"setup_intent.requires_action"- SETUP_INTENT_SUCCEEDED =
:"setup_intent.succeeded"- SETUP_INTENT_CANCELED =
:"setup_intent.canceled"- WITHDRAWAL_CREATED =
:"withdrawal.created"- WITHDRAWAL_UPDATED =
:"withdrawal.updated"- COURSE_LESSON_INTERACTION_COMPLETED =
:"course_lesson_interaction.completed"- PAYOUT_METHOD_CREATED =
:"payout_method.created"- VERIFICATION_SUCCEEDED =
:"verification.succeeded"- PAYOUT_ACCOUNT_STATUS_UPDATED =
:"payout_account.status_updated"- RESOLUTION_CENTER_CASE_CREATED =
:"resolution_center_case.created"- RESOLUTION_CENTER_CASE_UPDATED =
:"resolution_center_case.updated"- RESOLUTION_CENTER_CASE_DECIDED =
:"resolution_center_case.decided"- PAYMENT_CREATED =
:"payment.created"- PAYMENT_SUCCEEDED =
:"payment.succeeded"- PAYMENT_FAILED =
:"payment.failed"- PAYMENT_PENDING =
:"payment.pending"- DISPUTE_CREATED =
:"dispute.created"- DISPUTE_UPDATED =
:"dispute.updated"- REFUND_CREATED =
:"refund.created"- REFUND_UPDATED =
:"refund.updated"- DISPUTE_ALERT_CREATED =
:"dispute_alert.created"- MEMBERSHIP_CANCEL_AT_PERIOD_END_CHANGED =
:"membership.cancel_at_period_end_changed"
Class Method Summary collapse
Methods included from Internal::Type::Enum
==, ===, coerce, dump, hash, inspect, to_sorbet_type, values
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/whop_sdk/models/webhook_event.rb', line 43
|