Module: WhopSDK::Models::WebhookEvent
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/whop_sdk/models/webhook_event.rb,
sig/whop_sdk/models/webhook_event.rbs
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"- MEMBERSHIP_TRIAL_ENDING_SOON =
:"membership.trial_ending_soon"- 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"- LEDGER_ACCOUNT_FUNDS_AVAILABLE =
:"ledger_account.funds_available"- 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"- IDENTITY_PROFILE_APPROVED =
:"identity_profile.approved"- IDENTITY_PROFILE_REJECTED =
:"identity_profile.rejected"- IDENTITY_PROFILE_NEEDS_ACTION =
:"identity_profile.needs_action"- IDENTITY_PROFILE_UPDATED =
:"identity_profile.updated"- 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"- CHAT_MESSAGE_CREATED =
:"chat.message.created"- CHAT_REACTION_CREATED =
:"chat.reaction.created"- 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
Instance 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 51
|
Instance Method Details
#self?.values ⇒ ::Array[WhopSDK::Models::webhook_event]
91 |
# File 'sig/whop_sdk/models/webhook_event.rbs', line 91
def self?.values: -> ::Array[WhopSDK::Models::webhook_event]
|