mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-17 00:03:02 -04:00
Merge upstream and update generated code for v411
This commit is contained in:
commit
6db03363ff
@ -1 +1 @@
|
||||
v406
|
||||
v411
|
@ -77,6 +77,7 @@ module Stripe
|
||||
PaymentIntent::OBJECT_NAME => PaymentIntent,
|
||||
PaymentLink::OBJECT_NAME => PaymentLink,
|
||||
PaymentMethod::OBJECT_NAME => PaymentMethod,
|
||||
PaymentMethodConfiguration::OBJECT_NAME => PaymentMethodConfiguration,
|
||||
Payout::OBJECT_NAME => Payout,
|
||||
Person::OBJECT_NAME => Person,
|
||||
Plan::OBJECT_NAME => Plan,
|
||||
|
@ -64,6 +64,7 @@ require "stripe/resources/order"
|
||||
require "stripe/resources/payment_intent"
|
||||
require "stripe/resources/payment_link"
|
||||
require "stripe/resources/payment_method"
|
||||
require "stripe/resources/payment_method_configuration"
|
||||
require "stripe/resources/payout"
|
||||
require "stripe/resources/person"
|
||||
require "stripe/resources/plan"
|
||||
|
13
lib/stripe/resources/payment_method_configuration.rb
Normal file
13
lib/stripe/resources/payment_method_configuration.rb
Normal file
@ -0,0 +1,13 @@
|
||||
# File generated from our OpenAPI spec
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Stripe
|
||||
# An object detailing payment method configurations.
|
||||
class PaymentMethodConfiguration < APIResource
|
||||
extend Stripe::APIOperations::Create
|
||||
extend Stripe::APIOperations::List
|
||||
include Stripe::APIOperations::Save
|
||||
|
||||
OBJECT_NAME = "payment_method_configuration"
|
||||
end
|
||||
end
|
Loading…
x
Reference in New Issue
Block a user