mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-09 00:03:05 -04:00
Update generated code for v1709
This commit is contained in:
parent
63695b5d0c
commit
74d54a1f0f
@ -1 +1 @@
|
||||
v1708
|
||||
v1709
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user