Class: Stripe::Events::V1BillingMeterNoMeterFoundEventNotification
- Inherits:
-
V2::Core::EventNotification
- Object
- V2::Core::EventNotification
- Stripe::Events::V1BillingMeterNoMeterFoundEventNotification
- Defined in:
- lib/stripe/events/v1_billing_meter_no_meter_found_event.rb
Overview
Occurs when a Meter’s id is missing or invalid in async usage events.
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
95 96 97 |
# File 'lib/stripe/events/v1_billing_meter_no_meter_found_event.rb', line 95 def self.lookup_type "v1.billing.meter.no_meter_found" end |