Class: Stripe::Events::V2IamApiKeyUpdatedEventNotification
- Inherits:
-
V2::Core::EventNotification
- Object
- V2::Core::EventNotification
- Stripe::Events::V2IamApiKeyUpdatedEventNotification
- Defined in:
- lib/stripe/events/v2_iam_api_key_updated_event.rb
Overview
Occurs when an API Key is updated.
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
15 16 17 |
# File 'lib/stripe/events/v2_iam_api_key_updated_event.rb', line 15 def self.lookup_type "v2.iam.api_key.updated" end |