Update generated code for v1675

This commit is contained in:
Stripe OpenAPI 2025-04-14 17:07:38 +00:00
parent 76850b0de2
commit b045948b5f
6 changed files with 13 additions and 13 deletions

View File

@ -1 +1 @@
v1673
v1675

View File

@ -3292,7 +3292,7 @@ module Stripe
# prioritize the most relevant payment methods based on the customer's location and
# other characteristics.
attr_accessor :payment_method_types
# This property is used to set up permissions for various actions (e.g., update) on the CheckoutSession object.
# This property is used to set up permissions for various actions (e.g., update) on the CheckoutSession object. Can only be set when creating `embedded` or `custom` sessions.
#
# For specific permissions, please refer to their dedicated subsections, such as `permissions.update_shipping_details`.
attr_accessor :permissions
@ -3631,7 +3631,7 @@ module Stripe
@shipping_rate_data = shipping_rate_data
end
end
# Information about the customer collected within the Checkout Session.
# Information about the customer collected within the Checkout Session. Can only be set when updating `embedded` or `custom` sessions.
attr_accessor :collected_information
# Specifies which fields in the response should be expanded.
attr_accessor :expand

View File

@ -2201,7 +2201,7 @@ module Stripe
# prioritize the most relevant payment methods based on the customer's location and
# other characteristics.
attr_accessor :payment_method_types
# This property is used to set up permissions for various actions (e.g., update) on the CheckoutSession object.
# This property is used to set up permissions for various actions (e.g., update) on the CheckoutSession object. Can only be set when creating `embedded` or `custom` sessions.
#
# For specific permissions, please refer to their dedicated subsections, such as `permissions.update_shipping_details`.
attr_accessor :permissions
@ -2549,7 +2549,7 @@ module Stripe
@shipping_rate_data = shipping_rate_data
end
end
# Information about the customer collected within the Checkout Session.
# Information about the customer collected within the Checkout Session. Can only be set when updating `embedded` or `custom` sessions.
attr_accessor :collected_information
# Specifies which fields in the response should be expanded.
attr_accessor :expand

View File

@ -22447,7 +22447,7 @@ module Stripe
# other characteristics.
sig { returns(T.nilable(T::Array[String])) }
attr_accessor :payment_method_types
# This property is used to set up permissions for various actions (e.g., update) on the CheckoutSession object.
# This property is used to set up permissions for various actions (e.g., update) on the CheckoutSession object. Can only be set when creating `embedded` or `custom` sessions.
#
# For specific permissions, please refer to their dedicated subsections, such as `permissions.update_shipping_details`.
sig { returns(T.nilable(::Stripe::Checkout::Session::CreateParams::Permissions)) }
@ -22781,7 +22781,7 @@ module Stripe
}
def initialize(shipping_rate: nil, shipping_rate_data: nil); end
end
# Information about the customer collected within the Checkout Session.
# Information about the customer collected within the Checkout Session. Can only be set when updating `embedded` or `custom` sessions.
sig { returns(T.nilable(::Stripe::Checkout::Session::UpdateParams::CollectedInformation)) }
attr_accessor :collected_information
# Specifies which fields in the response should be expanded.
@ -122035,7 +122035,7 @@ module Stripe
# other characteristics.
sig { returns(T.nilable(T::Array[String])) }
attr_accessor :payment_method_types
# This property is used to set up permissions for various actions (e.g., update) on the CheckoutSession object.
# This property is used to set up permissions for various actions (e.g., update) on the CheckoutSession object. Can only be set when creating `embedded` or `custom` sessions.
#
# For specific permissions, please refer to their dedicated subsections, such as `permissions.update_shipping_details`.
sig { returns(T.nilable(::Stripe::Checkout::SessionService::CreateParams::Permissions)) }
@ -122384,7 +122384,7 @@ module Stripe
}
def initialize(shipping_rate: nil, shipping_rate_data: nil); end
end
# Information about the customer collected within the Checkout Session.
# Information about the customer collected within the Checkout Session. Can only be set when updating `embedded` or `custom` sessions.
sig {
returns(T.nilable(::Stripe::Checkout::SessionService::UpdateParams::CollectedInformation))
}

View File

@ -3824,7 +3824,7 @@ module Stripe
# other characteristics.
sig { returns(T.nilable(T::Array[String])) }
attr_accessor :payment_method_types
# This property is used to set up permissions for various actions (e.g., update) on the CheckoutSession object.
# This property is used to set up permissions for various actions (e.g., update) on the CheckoutSession object. Can only be set when creating `embedded` or `custom` sessions.
#
# For specific permissions, please refer to their dedicated subsections, such as `permissions.update_shipping_details`.
sig { returns(T.nilable(::Stripe::Checkout::Session::CreateParams::Permissions)) }
@ -4158,7 +4158,7 @@ module Stripe
}
def initialize(shipping_rate: nil, shipping_rate_data: nil); end
end
# Information about the customer collected within the Checkout Session.
# Information about the customer collected within the Checkout Session. Can only be set when updating `embedded` or `custom` sessions.
sig { returns(T.nilable(::Stripe::Checkout::Session::UpdateParams::CollectedInformation)) }
attr_accessor :collected_information
# Specifies which fields in the response should be expanded.

View File

@ -2354,7 +2354,7 @@ module Stripe
# other characteristics.
sig { returns(T.nilable(T::Array[String])) }
attr_accessor :payment_method_types
# This property is used to set up permissions for various actions (e.g., update) on the CheckoutSession object.
# This property is used to set up permissions for various actions (e.g., update) on the CheckoutSession object. Can only be set when creating `embedded` or `custom` sessions.
#
# For specific permissions, please refer to their dedicated subsections, such as `permissions.update_shipping_details`.
sig { returns(T.nilable(::Stripe::Checkout::SessionService::CreateParams::Permissions)) }
@ -2703,7 +2703,7 @@ module Stripe
}
def initialize(shipping_rate: nil, shipping_rate_data: nil); end
end
# Information about the customer collected within the Checkout Session.
# Information about the customer collected within the Checkout Session. Can only be set when updating `embedded` or `custom` sessions.
sig {
returns(T.nilable(::Stripe::Checkout::SessionService::UpdateParams::CollectedInformation))
}