mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-12-06 00:00:29 -05:00
Update generated code for v1675
This commit is contained in:
parent
76850b0de2
commit
b045948b5f
@ -1 +1 @@
|
||||
v1673
|
||||
v1675
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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))
|
||||
}
|
||||
|
||||
@ -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.
|
||||
|
||||
@ -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))
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user