Skip to content

Commit

Permalink
Update upcoming changes
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Feb 7, 2025
1 parent d624e27 commit bb6608c
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 2 deletions.
3 changes: 3 additions & 0 deletions openapi/upcoming-changes/dotnet.md
Original file line number Diff line number Diff line change
@@ -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`
3 changes: 3 additions & 0 deletions openapi/upcoming-changes/go.md
Original file line number Diff line number Diff line change
@@ -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`
4 changes: 4 additions & 0 deletions openapi/upcoming-changes/java.md
Original file line number Diff line number Diff line change
@@ -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')`
7 changes: 6 additions & 1 deletion openapi/upcoming-changes/node.md
Original file line number Diff line number Diff line change
@@ -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
* 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')`
1 change: 1 addition & 0 deletions openapi/upcoming-changes/php.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* Add support for `collected_information` on `Checkout.Session`
5 changes: 5 additions & 0 deletions openapi/upcoming-changes/python.md
Original file line number Diff line number Diff line change
@@ -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']]`
7 changes: 6 additions & 1 deletion openapi/upcoming-changes/rest.md
Original file line number Diff line number Diff line change
@@ -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
* 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')`

0 comments on commit bb6608c

Please sign in to comment.