mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-11-22 00:05:58 -05:00
* Update generated code for v1317 * Update generated code for v1318 * Update generated code for v1318 --------- Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com> Co-authored-by: prathmesh-stripe <165320323+prathmesh-stripe@users.noreply.github.com>
14 lines
276 B
Ruby
14 lines
276 B
Ruby
# File generated from our OpenAPI spec
|
|
# frozen_string_literal: true
|
|
|
|
module Stripe
|
|
module V2
|
|
class EventDestination < APIResource
|
|
OBJECT_NAME = "v2.core.event_destination"
|
|
def self.object_name
|
|
"v2.core.event_destination"
|
|
end
|
|
end
|
|
end
|
|
end
|