Update generated code for v1709

This commit is contained in:
Stripe OpenAPI 2025-04-18 21:07:52 +00:00
parent 63695b5d0c
commit 74d54a1f0f
6 changed files with 17 additions and 1 deletions

View File

@ -1 +1 @@
v1708
v1709

View File

@ -58,6 +58,8 @@ module Stripe
class PaymentMethodPreview < Stripe::StripeObject
class AcssDebit < Stripe::StripeObject
# Account number of the bank account.
attr_reader :account_number
# Name of the bank associated with the bank account.
attr_reader :bank_name
# Uniquely identifies this particular bank account. You can use this attribute to check whether two bank accounts are the same.

View File

@ -18,6 +18,8 @@ module Stripe
end
class AcssDebit < Stripe::StripeObject
# Account number of the bank account.
attr_reader :account_number
# Name of the bank associated with the bank account.
attr_reader :bank_name
# Uniquely identifies this particular bank account. You can use this attribute to check whether two bank accounts are the same.

View File

@ -23491,6 +23491,9 @@ module Stripe
end
class PaymentMethodPreview < Stripe::StripeObject
class AcssDebit < Stripe::StripeObject
# Account number of the bank account.
sig { returns(T.nilable(String)) }
attr_reader :account_number
# Name of the bank associated with the bank account.
sig { returns(T.nilable(String)) }
attr_reader :bank_name
@ -66948,6 +66951,9 @@ module Stripe
# Related guides: [Payment Methods](https://stripe.com/docs/payments/payment-methods) and [More Payment Scenarios](https://stripe.com/docs/payments/more-payment-scenarios).
class PaymentMethod < APIResource
class AcssDebit < Stripe::StripeObject
# Account number of the bank account.
sig { returns(T.nilable(String)) }
attr_reader :account_number
# Name of the bank associated with the bank account.
sig { returns(T.nilable(String)) }
attr_reader :bank_name

View File

@ -64,6 +64,9 @@ module Stripe
end
class PaymentMethodPreview < Stripe::StripeObject
class AcssDebit < Stripe::StripeObject
# Account number of the bank account.
sig { returns(T.nilable(String)) }
attr_reader :account_number
# Name of the bank associated with the bank account.
sig { returns(T.nilable(String)) }
attr_reader :bank_name

View File

@ -10,6 +10,9 @@ module Stripe
# Related guides: [Payment Methods](https://stripe.com/docs/payments/payment-methods) and [More Payment Scenarios](https://stripe.com/docs/payments/more-payment-scenarios).
class PaymentMethod < APIResource
class AcssDebit < Stripe::StripeObject
# Account number of the bank account.
sig { returns(T.nilable(String)) }
attr_reader :account_number
# Name of the bank associated with the bank account.
sig { returns(T.nilable(String)) }
attr_reader :bank_name