diff --git a/OPENAPI_VERSION b/OPENAPI_VERSION index 0ec7458e..480ffa6d 100644 --- a/OPENAPI_VERSION +++ b/OPENAPI_VERSION @@ -1 +1 @@ -v1698 \ No newline at end of file +v1703 \ No newline at end of file diff --git a/lib/stripe/resources/confirmation_token.rb b/lib/stripe/resources/confirmation_token.rb index 767111ca..235f46bd 100644 --- a/lib/stripe/resources/confirmation_token.rb +++ b/lib/stripe/resources/confirmation_token.rb @@ -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 diff --git a/lib/stripe/services/test_helpers/confirmation_token_service.rb b/lib/stripe/services/test_helpers/confirmation_token_service.rb index 0d81bc87..41647059 100644 --- a/lib/stripe/services/test_helpers/confirmation_token_service.rb +++ b/lib/stripe/services/test_helpers/confirmation_token_service.rb @@ -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 diff --git a/rbi/stripe.rbi b/rbi/stripe.rbi index 42b30dfc..4c2ec085 100644 --- a/rbi/stripe.rbi +++ b/rbi/stripe.rbi @@ -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)) } diff --git a/rbi/stripe/resources/confirmation_token.rbi b/rbi/stripe/resources/confirmation_token.rbi index d4c5d245..1022fc20 100644 --- a/rbi/stripe/resources/confirmation_token.rbi +++ b/rbi/stripe/resources/confirmation_token.rbi @@ -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. diff --git a/rbi/stripe/services/test_helpers/confirmation_token_service.rbi b/rbi/stripe/services/test_helpers/confirmation_token_service.rbi index 037d4f14..7bfc8e70 100644 --- a/rbi/stripe/services/test_helpers/confirmation_token_service.rbi +++ b/rbi/stripe/services/test_helpers/confirmation_token_service.rbi @@ -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)) }