Class: Stripe::Events::V2SignalsAccountSignalFraudulentMerchantReadyEventNotification
- Inherits:
-
V2::Core::EventNotification
- Object
- V2::Core::EventNotification
- Stripe::Events::V2SignalsAccountSignalFraudulentMerchantReadyEventNotification
- Defined in:
- lib/stripe/events/v2_signals_account_signal_fraudulent_merchant_ready_event.rb
Overview
Occurs when a fraudulent merchant signal is ready for an account.
Instance Attribute Summary
Attributes inherited from V2::Core::EventNotification
#context, #created, #id, #livemode, #reason, #type
Class Method Summary collapse
Methods inherited from V2::Core::EventNotification
Constructor Details
This class inherits a constructor from Stripe::V2::Core::EventNotification
Class Method Details
.lookup_type ⇒ Object
83 84 85 |
# File 'lib/stripe/events/v2_signals_account_signal_fraudulent_merchant_ready_event.rb', line 83 def self.lookup_type "v2.signals.account_signal.fraudulent_merchant_ready" end |