Skip to content

Commit

Permalink
Codegen for openapi v207
Browse files Browse the repository at this point in the history
  • Loading branch information
anniel-stripe committed Nov 10, 2022
1 parent 82fb3af commit cacb3de
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
@@ -1 +1 @@
v206
v207
5 changes: 0 additions & 5 deletions types/2022-08-01/Checkout/Sessions.d.ts
Expand Up @@ -2560,11 +2560,6 @@ declare module 'stripe' {
* When processing card payments, Stripe also uses `setup_future_usage` to dynamically optimize your payment flow and comply with regional legislation and network rules, such as [SCA](https://stripe.com/docs/strong-customer-authentication).
*/
setup_future_usage?: 'none';

/**
* Confirm that the payer has accepted the P24 terms and conditions.
*/
tos_shown_and_accepted?: boolean;
}

interface Pix {
Expand Down
2 changes: 1 addition & 1 deletion types/2022-08-01/PaymentMethods.d.ts
Expand Up @@ -1589,7 +1589,7 @@ declare module 'stripe' {
): Promise<Stripe.Response<Stripe.PaymentMethod>>;

/**
* Returns a list of PaymentMethods attached to the StripeAccount. For listing a customer's payment methods, you should use [List a Customer's PaymentMethods](https://stripe.com/docs/api/payment_methods/customer_list)
* Returns a list of PaymentMethods for Treasury flows. If you want to list the PaymentMethods attached to a Customer for payments, you should use the [List a Customer's PaymentMethods](https://stripe.com/docs/api/payment_methods/customer_list) API instead.
*/
list(
params: PaymentMethodListParams,
Expand Down

0 comments on commit cacb3de

Please sign in to comment.