Codegen methodless resources (#1011)

This commit is contained in:
Richard Marmorstein 2021-10-12 09:51:38 -04:00 committed by GitHub
parent 30dd671e3e
commit d0defa6e3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,4 @@
# File generated from our OpenAPI spec
# frozen_string_literal: true # frozen_string_literal: true
module Stripe module Stripe

View File

@ -1,8 +1,9 @@
# File generated from our OpenAPI spec
# frozen_string_literal: true # frozen_string_literal: true
module Stripe module Stripe
module Issuing module Issuing
class CardDetails < Stripe::StripeObject class CardDetails < StripeObject
OBJECT_NAME = "issuing.card_details" OBJECT_NAME = "issuing.card_details"
end end
end end

View File

@ -1,3 +1,4 @@
# File generated from our OpenAPI spec
# frozen_string_literal: true # frozen_string_literal: true
module Stripe module Stripe