diff --git a/openapi/upcoming-changes/dotnet.md b/openapi/upcoming-changes/dotnet.md index e69de29b..d35460a4 100644 --- a/openapi/upcoming-changes/dotnet.md +++ b/openapi/upcoming-changes/dotnet.md @@ -0,0 +1,3 @@ +* Add support for `Prices` on `BillingCreditBalanceSummaryFilterApplicabilityScopeOptions`, `BillingCreditGrantApplicabilityConfigScopeOptions`, and `BillingCreditGrantApplicabilityConfigScope` +* Add support for `Restrictions` on `CheckoutSessionPaymentMethodOptionsCardOptions` and `CheckoutSessionPaymentMethodOptionsCard` +* Add support for `CollectedInformation` on `Checkout.SessionUpdateOptions` and `CheckoutSession` \ No newline at end of file diff --git a/openapi/upcoming-changes/go.md b/openapi/upcoming-changes/go.md index e69de29b..793b71c9 100644 --- a/openapi/upcoming-changes/go.md +++ b/openapi/upcoming-changes/go.md @@ -0,0 +1,3 @@ +* Add support for `Prices` on `BillingCreditBalanceSummaryFilterApplicabilityScopeParams`, `BillingCreditGrantApplicabilityConfigScopeParams`, and `BillingCreditGrantApplicabilityConfigScope` +* Add support for `Restrictions` on `CheckoutSessionPaymentMethodOptionsCardParams` and `CheckoutSessionPaymentMethodOptionsCard` +* Add support for `CollectedInformation` on `CheckoutSessionParams` and `CheckoutSession` \ No newline at end of file diff --git a/openapi/upcoming-changes/java.md b/openapi/upcoming-changes/java.md index e69de29b..f9d775bb 100644 --- a/openapi/upcoming-changes/java.md +++ b/openapi/upcoming-changes/java.md @@ -0,0 +1,4 @@ +* Add support for `prices` on `Billing.CreditGrant.applicability_config.scope`, `billing.CreditBalanceSummaryRetrieveParams.filter.applicability_scope`, and `billing.CreditGrantCreateParams.applicability_config.scope` +* Add support for `restrictions` on `Checkout.Session.payment_method_options.card` and `checkout.SessionCreateParams.payment_method_options.card` +* Add support for `collected_information` on `Checkout.Session` and `checkout.SessionUpdateParams` +* Change type of `TokenCreateParams.person.political_exposure` from `string` to `enum('existing'|'none')` \ No newline at end of file diff --git a/openapi/upcoming-changes/node.md b/openapi/upcoming-changes/node.md index 8de1fa65..9291ee16 100644 --- a/openapi/upcoming-changes/node.md +++ b/openapi/upcoming-changes/node.md @@ -1 +1,6 @@ -* Change `Checkout.Session.discounts`, `Refund.destination_details.blik.network_decline_code`, and `Refund.destination_details.swish.network_decline_code` to be required \ No newline at end of file +* Add support for `prices` on `Billing.CreditBalanceSummaryRetrieveParams.filter.applicability_scope`, `Billing.CreditGrant.applicability_config.scope`, and `Billing.CreditGrantCreateParams.applicability_config.scope` +* Change `Billing.CreditGrant.applicability_config.scope.price_type` to be optional +* Add support for `restrictions` on `Checkout.Session.payment_method_options.card` and `Checkout.SessionCreateParams.payment_method_options.card` +* Add support for `collected_information` on `Checkout.SessionUpdateParams` and `Checkout.Session` +* Change `Checkout.Session.discounts`, `Refund.destination_details.blik.network_decline_code`, and `Refund.destination_details.swish.network_decline_code` to be required +* Change type of `TokenCreateParams.person.political_exposure` from `string` to `enum('existing'|'none')` \ No newline at end of file diff --git a/openapi/upcoming-changes/php.md b/openapi/upcoming-changes/php.md index e69de29b..b221da97 100644 --- a/openapi/upcoming-changes/php.md +++ b/openapi/upcoming-changes/php.md @@ -0,0 +1 @@ +* Add support for `collected_information` on `Checkout.Session` \ No newline at end of file diff --git a/openapi/upcoming-changes/python.md b/openapi/upcoming-changes/python.md index e69de29b..f651c22d 100644 --- a/openapi/upcoming-changes/python.md +++ b/openapi/upcoming-changes/python.md @@ -0,0 +1,5 @@ +* Add support for `prices` on parameter classes `stripe.billing.CreditBalanceSummary.RetrieveParamsFilterApplicabilityScope` and `stripe.billing.CreditGrant.CreateParamsApplicabilityConfigScope` and resource class `stripe.billing.CreditGrant.ApplicabilityConfig.Scope` +* Add support for `restrictions` on parameter class `stripe.checkout.Session.CreateParamsPaymentMethodOptionsCard` and resource class `stripe.checkout.Session.PaymentMethodOptions.Card` +* Add support for `collected_information` on parameter class `stripe.checkout.Session.ModifyParams` and resource `stripe.checkout.Session` +* Change type of `political_exposure` on `stripe.Account.CreatePersonParams`, `stripe.Account.ModifyPersonParams`, and `stripe.Token.CreateParamsPerson` from `str` to `Literal['existing', 'none']` +* Change type of `price_type` on `stripe.billing.CreditGrant.ApplicabilityConfig.Scope` from `Literal['metered']` to `Optional[Literal['metered']]` \ No newline at end of file diff --git a/openapi/upcoming-changes/rest.md b/openapi/upcoming-changes/rest.md index 8de1fa65..ea9bc8bc 100644 --- a/openapi/upcoming-changes/rest.md +++ b/openapi/upcoming-changes/rest.md @@ -1 +1,6 @@ -* Change `Checkout.Session.discounts`, `Refund.destination_details.blik.network_decline_code`, and `Refund.destination_details.swish.network_decline_code` to be required \ No newline at end of file +* Add support for `prices` on `Billing.CreditBalanceSummary#retrieve.filter.applicability_scope`, `Billing.CreditGrant#create.applicability_config.scope`, and `Billing.CreditGrant.applicability_config.scope` +* Change `Billing.CreditGrant.applicability_config.scope.price_type` to be optional +* Add support for `restrictions` on `Checkout.Session#create.payment_method_options.card` and `Checkout.Session.payment_method_options.card` +* Add support for `collected_information` on `Checkout.Session#update` and `Checkout.Session` +* Change `Checkout.Session.discounts`, `Refund.destination_details.blik.network_decline_code`, and `Refund.destination_details.swish.network_decline_code` to be required +* Change type of `Token#create.person.political_exposure` from `string` to `enum('existing'|'none')` \ No newline at end of file