Class: Stripe::Events::V1EntitlementsActiveEntitlementSummaryUpdatedEventNotification

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

Overview

Occurs whenever a customer’s entitlements change.

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



15
16
17
# File 'lib/stripe/events/v1_entitlements_active_entitlement_summary_updated_event.rb', line 15

def self.lookup_type
  "v1.entitlements.active_entitlement_summary.updated"
end