Skip to content

Commit

Permalink
Update generated code for v606
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Oct 17, 2023
1 parent b9e3b91 commit 621c396
Show file tree
Hide file tree
Showing 8 changed files with 61 additions and 1 deletion.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v605
v606
5 changes: 5 additions & 0 deletions types/Checkout/SessionsResource.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1520,6 +1520,11 @@ declare module 'stripe' {
* If `setup_future_usage` is already set and you are performing a request using a publishable key, you may only update the value from `on_session` to `off_session`.
*/
setup_future_usage?: Stripe.Emptyable<Paypal.SetupFutureUsage>;

/**
* The Stripe connected account IDs of the sellers on the platform for this transaction (optional). Only allowed when [separate charges and transfers](https://stripe.com/docs/connect/separate-charges-and-transfers) are used.
*/
subsellers?: Array<string>;
}

namespace Paypal {
Expand Down
5 changes: 5 additions & 0 deletions types/Orders.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -623,6 +623,11 @@ 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?: Paypal.SetupFutureUsage;

/**
* The Stripe connected account IDs of the sellers on the platform for this transaction (optional). Only allowed when [separate charges and transfers](https://stripe.com/docs/connect/separate-charges-and-transfers) are used.
*/
subsellers?: Array<string>;
}

namespace Paypal {
Expand Down
10 changes: 10 additions & 0 deletions types/OrdersResource.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -862,6 +862,11 @@ declare module 'stripe' {
* If `setup_future_usage` is already set and you are performing a request using a publishable key, you may only update the value from `on_session` to `off_session`.
*/
setup_future_usage?: Stripe.Emptyable<Paypal.SetupFutureUsage>;

/**
* The Stripe connected account IDs of the sellers on the platform for this transaction (optional). Only allowed when [separate charges and transfers](https://stripe.com/docs/connect/separate-charges-and-transfers) are used.
*/
subsellers?: Array<string>;
}

namespace Paypal {
Expand Down Expand Up @@ -2141,6 +2146,11 @@ declare module 'stripe' {
* If `setup_future_usage` is already set and you are performing a request using a publishable key, you may only update the value from `on_session` to `off_session`.
*/
setup_future_usage?: Stripe.Emptyable<Paypal.SetupFutureUsage>;

/**
* The Stripe connected account IDs of the sellers on the platform for this transaction (optional). Only allowed when [separate charges and transfers](https://stripe.com/docs/connect/separate-charges-and-transfers) are used.
*/
subsellers?: Array<string>;
}

namespace Paypal {
Expand Down
5 changes: 5 additions & 0 deletions types/PaymentIntents.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2050,6 +2050,11 @@ 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?: Paypal.SetupFutureUsage;

/**
* The Stripe connected account IDs of the sellers on the platform for this transaction (optional). Only allowed when [separate charges and transfers](https://stripe.com/docs/connect/separate-charges-and-transfers) are used.
*/
subsellers?: Array<string>;
}

namespace Paypal {
Expand Down
15 changes: 15 additions & 0 deletions types/PaymentIntentsResource.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2108,6 +2108,11 @@ declare module 'stripe' {
* If `setup_future_usage` is already set and you are performing a request using a publishable key, you may only update the value from `on_session` to `off_session`.
*/
setup_future_usage?: Stripe.Emptyable<Paypal.SetupFutureUsage>;

/**
* The Stripe connected account IDs of the sellers on the platform for this transaction (optional). Only allowed when [separate charges and transfers](https://stripe.com/docs/connect/separate-charges-and-transfers) are used.
*/
subsellers?: Array<string>;
}

namespace Paypal {
Expand Down Expand Up @@ -4456,6 +4461,11 @@ declare module 'stripe' {
* If `setup_future_usage` is already set and you are performing a request using a publishable key, you may only update the value from `on_session` to `off_session`.
*/
setup_future_usage?: Stripe.Emptyable<Paypal.SetupFutureUsage>;

/**
* The Stripe connected account IDs of the sellers on the platform for this transaction (optional). Only allowed when [separate charges and transfers](https://stripe.com/docs/connect/separate-charges-and-transfers) are used.
*/
subsellers?: Array<string>;
}

namespace Paypal {
Expand Down Expand Up @@ -7204,6 +7214,11 @@ declare module 'stripe' {
* If `setup_future_usage` is already set and you are performing a request using a publishable key, you may only update the value from `on_session` to `off_session`.
*/
setup_future_usage?: Stripe.Emptyable<Paypal.SetupFutureUsage>;

/**
* The Stripe connected account IDs of the sellers on the platform for this transaction (optional). Only allowed when [separate charges and transfers](https://stripe.com/docs/connect/separate-charges-and-transfers) are used.
*/
subsellers?: Array<string>;
}

namespace Paypal {
Expand Down
5 changes: 5 additions & 0 deletions types/SetupIntents.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -736,6 +736,11 @@ declare module 'stripe' {
* Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).
*/
currency?: string | null;

/**
* The Stripe connected account IDs of the sellers on the platform for this transaction (optional). Only allowed when [separate charges and transfers](https://stripe.com/docs/connect/separate-charges-and-transfers) are used.
*/
subsellers?: Array<string>;
}

interface SepaDebit {
Expand Down
15 changes: 15 additions & 0 deletions types/SetupIntentsResource.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -933,6 +933,11 @@ declare module 'stripe' {
billing_agreement_id?: string;

currency?: string;

/**
* The Stripe connected account IDs of the sellers on the platform for this transaction (optional). Only allowed when [separate charges and transfers](https://stripe.com/docs/connect/separate-charges-and-transfers) are used.
*/
subsellers?: Array<string>;
}

interface SepaDebit {
Expand Down Expand Up @@ -1870,6 +1875,11 @@ declare module 'stripe' {
billing_agreement_id?: string;

currency?: string;

/**
* The Stripe connected account IDs of the sellers on the platform for this transaction (optional). Only allowed when [separate charges and transfers](https://stripe.com/docs/connect/separate-charges-and-transfers) are used.
*/
subsellers?: Array<string>;
}

interface SepaDebit {
Expand Down Expand Up @@ -2894,6 +2904,11 @@ declare module 'stripe' {
billing_agreement_id?: string;

currency?: string;

/**
* The Stripe connected account IDs of the sellers on the platform for this transaction (optional). Only allowed when [separate charges and transfers](https://stripe.com/docs/connect/separate-charges-and-transfers) are used.
*/
subsellers?: Array<string>;
}

interface SepaDebit {
Expand Down

0 comments on commit 621c396

Please sign in to comment.