Class: Stripe::Events::V2CoreHealthFraudRateIncreasedEventNotification

Inherits:
V2::Core::EventNotification show all
Defined in:
lib/stripe/events/v2_core_health_fraud_rate_increased_event.rb

Overview

Occurs when the fraud rate has increased.

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

#fetch_event, #initialize

Constructor Details

This class inherits a constructor from Stripe::V2::Core::EventNotification

Class Method Details

.lookup_typeObject



73
74
75
# File 'lib/stripe/events/v2_core_health_fraud_rate_increased_event.rb', line 73

def self.lookup_type
  "v2.core.health.fraud_rate.increased"
end