Sha256: f899422918f41fee88af13e2f5ccb0799309af8762c28268f70f623690a0e4c7
Contents?: true
Size: 452 Bytes
Versions: 13
Compression:
Stored size: 452 Bytes
Contents
# File generated from our OpenAPI spec # frozen_string_literal: true module Stripe # This event occurs when async usage events have missing or invalid meter ids. class V1BillingMeterNoMeterFoundEvent < Stripe::V2::Event def self.lookup_type "v1.billing.meter.no_meter_found" end # There is additional data present for this event, accessible with the `data` property. # See the Stripe API docs for more information. end end
Version data entries
13 entries across 13 versions & 1 rubygems