mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-09 00:03:05 -04:00
Update generated code for v1703
This commit is contained in:
parent
07a8780560
commit
30b3f8e29e
@ -1 +1 @@
|
||||
v1698
|
||||
v1703
|
@ -1577,14 +1577,14 @@ module Stripe
|
||||
@plan = plan
|
||||
end
|
||||
end
|
||||
# Installment configuration for payments attempted on this PaymentIntent.
|
||||
# Installment configuration for payments confirmed using this ConfirmationToken.
|
||||
attr_accessor :installments
|
||||
|
||||
def initialize(installments: nil)
|
||||
@installments = installments
|
||||
end
|
||||
end
|
||||
# Attribute for param field card
|
||||
# Configuration for any card payments confirmed using this ConfirmationToken.
|
||||
attr_accessor :card
|
||||
|
||||
def initialize(card: nil)
|
||||
@ -1642,7 +1642,7 @@ module Stripe
|
||||
attr_accessor :payment_method
|
||||
# If provided, this hash will be used to create a PaymentMethod.
|
||||
attr_accessor :payment_method_data
|
||||
# Attribute for param field payment_method_options
|
||||
# Payment-method-specific configuration for this ConfirmationToken.
|
||||
attr_accessor :payment_method_options
|
||||
# Return URL used to confirm the Intent.
|
||||
attr_accessor :return_url
|
||||
|
@ -702,14 +702,14 @@ module Stripe
|
||||
@plan = plan
|
||||
end
|
||||
end
|
||||
# Installment configuration for payments attempted on this PaymentIntent.
|
||||
# Installment configuration for payments confirmed using this ConfirmationToken.
|
||||
attr_accessor :installments
|
||||
|
||||
def initialize(installments: nil)
|
||||
@installments = installments
|
||||
end
|
||||
end
|
||||
# Attribute for param field card
|
||||
# Configuration for any card payments confirmed using this ConfirmationToken.
|
||||
attr_accessor :card
|
||||
|
||||
def initialize(card: nil)
|
||||
@ -767,7 +767,7 @@ module Stripe
|
||||
attr_accessor :payment_method
|
||||
# If provided, this hash will be used to create a PaymentMethod.
|
||||
attr_accessor :payment_method_data
|
||||
# Attribute for param field payment_method_options
|
||||
# Payment-method-specific configuration for this ConfirmationToken.
|
||||
attr_accessor :payment_method_options
|
||||
# Return URL used to confirm the Intent.
|
||||
attr_accessor :return_url
|
||||
|
@ -25400,7 +25400,7 @@ module Stripe
|
||||
}
|
||||
def initialize(plan: nil); end
|
||||
end
|
||||
# Installment configuration for payments attempted on this PaymentIntent.
|
||||
# Installment configuration for payments confirmed using this ConfirmationToken.
|
||||
sig {
|
||||
returns(T.nilable(::Stripe::ConfirmationToken::CreateParams::PaymentMethodOptions::Card::Installments))
|
||||
}
|
||||
@ -25410,7 +25410,7 @@ module Stripe
|
||||
}
|
||||
def initialize(installments: nil); end
|
||||
end
|
||||
# Attribute for param field card
|
||||
# Configuration for any card payments confirmed using this ConfirmationToken.
|
||||
sig {
|
||||
returns(T.nilable(::Stripe::ConfirmationToken::CreateParams::PaymentMethodOptions::Card))
|
||||
}
|
||||
@ -25475,7 +25475,7 @@ module Stripe
|
||||
# If provided, this hash will be used to create a PaymentMethod.
|
||||
sig { returns(T.nilable(::Stripe::ConfirmationToken::CreateParams::PaymentMethodData)) }
|
||||
attr_accessor :payment_method_data
|
||||
# Attribute for param field payment_method_options
|
||||
# Payment-method-specific configuration for this ConfirmationToken.
|
||||
sig { returns(T.nilable(::Stripe::ConfirmationToken::CreateParams::PaymentMethodOptions)) }
|
||||
attr_accessor :payment_method_options
|
||||
# Return URL used to confirm the Intent.
|
||||
@ -124633,7 +124633,7 @@ module Stripe
|
||||
}
|
||||
def initialize(plan: nil); end
|
||||
end
|
||||
# Installment configuration for payments attempted on this PaymentIntent.
|
||||
# Installment configuration for payments confirmed using this ConfirmationToken.
|
||||
sig {
|
||||
returns(T.nilable(::Stripe::TestHelpers::ConfirmationTokenService::CreateParams::PaymentMethodOptions::Card::Installments))
|
||||
}
|
||||
@ -124643,7 +124643,7 @@ module Stripe
|
||||
}
|
||||
def initialize(installments: nil); end
|
||||
end
|
||||
# Attribute for param field card
|
||||
# Configuration for any card payments confirmed using this ConfirmationToken.
|
||||
sig {
|
||||
returns(T.nilable(::Stripe::TestHelpers::ConfirmationTokenService::CreateParams::PaymentMethodOptions::Card))
|
||||
}
|
||||
@ -124712,7 +124712,7 @@ module Stripe
|
||||
returns(T.nilable(::Stripe::TestHelpers::ConfirmationTokenService::CreateParams::PaymentMethodData))
|
||||
}
|
||||
attr_accessor :payment_method_data
|
||||
# Attribute for param field payment_method_options
|
||||
# Payment-method-specific configuration for this ConfirmationToken.
|
||||
sig {
|
||||
returns(T.nilable(::Stripe::TestHelpers::ConfirmationTokenService::CreateParams::PaymentMethodOptions))
|
||||
}
|
||||
|
@ -1973,7 +1973,7 @@ module Stripe
|
||||
}
|
||||
def initialize(plan: nil); end
|
||||
end
|
||||
# Installment configuration for payments attempted on this PaymentIntent.
|
||||
# Installment configuration for payments confirmed using this ConfirmationToken.
|
||||
sig {
|
||||
returns(T.nilable(::Stripe::ConfirmationToken::CreateParams::PaymentMethodOptions::Card::Installments))
|
||||
}
|
||||
@ -1983,7 +1983,7 @@ module Stripe
|
||||
}
|
||||
def initialize(installments: nil); end
|
||||
end
|
||||
# Attribute for param field card
|
||||
# Configuration for any card payments confirmed using this ConfirmationToken.
|
||||
sig {
|
||||
returns(T.nilable(::Stripe::ConfirmationToken::CreateParams::PaymentMethodOptions::Card))
|
||||
}
|
||||
@ -2048,7 +2048,7 @@ module Stripe
|
||||
# If provided, this hash will be used to create a PaymentMethod.
|
||||
sig { returns(T.nilable(::Stripe::ConfirmationToken::CreateParams::PaymentMethodData)) }
|
||||
attr_accessor :payment_method_data
|
||||
# Attribute for param field payment_method_options
|
||||
# Payment-method-specific configuration for this ConfirmationToken.
|
||||
sig { returns(T.nilable(::Stripe::ConfirmationToken::CreateParams::PaymentMethodOptions)) }
|
||||
attr_accessor :payment_method_options
|
||||
# Return URL used to confirm the Intent.
|
||||
|
@ -801,7 +801,7 @@ module Stripe
|
||||
}
|
||||
def initialize(plan: nil); end
|
||||
end
|
||||
# Installment configuration for payments attempted on this PaymentIntent.
|
||||
# Installment configuration for payments confirmed using this ConfirmationToken.
|
||||
sig {
|
||||
returns(T.nilable(::Stripe::TestHelpers::ConfirmationTokenService::CreateParams::PaymentMethodOptions::Card::Installments))
|
||||
}
|
||||
@ -811,7 +811,7 @@ module Stripe
|
||||
}
|
||||
def initialize(installments: nil); end
|
||||
end
|
||||
# Attribute for param field card
|
||||
# Configuration for any card payments confirmed using this ConfirmationToken.
|
||||
sig {
|
||||
returns(T.nilable(::Stripe::TestHelpers::ConfirmationTokenService::CreateParams::PaymentMethodOptions::Card))
|
||||
}
|
||||
@ -880,7 +880,7 @@ module Stripe
|
||||
returns(T.nilable(::Stripe::TestHelpers::ConfirmationTokenService::CreateParams::PaymentMethodData))
|
||||
}
|
||||
attr_accessor :payment_method_data
|
||||
# Attribute for param field payment_method_options
|
||||
# Payment-method-specific configuration for this ConfirmationToken.
|
||||
sig {
|
||||
returns(T.nilable(::Stripe::TestHelpers::ConfirmationTokenService::CreateParams::PaymentMethodOptions))
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user