Skip to content

Commit

Permalink
Update generated code for v608
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Oct 18, 2023
1 parent 22ccd3b commit 476f394
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 28 deletions.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v607
v608
27 changes: 0 additions & 27 deletions types/PaymentIntentsResource.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1703,21 +1703,12 @@ declare module 'stripe' {
*/
request_extended_authorization?: boolean;

/**
* Request ability to [increment](https://stripe.com/docs/payments/incremental-authorization) for this PaymentIntent.
*/
request_incremental_authorization?: CardPresent.RequestIncrementalAuthorization;

/**
* Request ability to [increment](https://stripe.com/docs/terminal/features/incremental-authorizations) this PaymentIntent if the combination of MCC and card brand is eligible. Check [incremental_authorization_supported](https://stripe.com/docs/api/charges/object#charge_object-payment_method_details-card_present-incremental_authorization_supported) in the [Confirm](https://stripe.com/docs/api/payment_intents/confirm) response to verify support.
*/
request_incremental_authorization_support?: boolean;
}

namespace CardPresent {
type RequestIncrementalAuthorization = 'if_available' | 'never';
}

interface Cashapp {
/**
* Controls when the funds will be captured from the customer's account.
Expand Down Expand Up @@ -4056,21 +4047,12 @@ declare module 'stripe' {
*/
request_extended_authorization?: boolean;

/**
* Request ability to [increment](https://stripe.com/docs/payments/incremental-authorization) for this PaymentIntent.
*/
request_incremental_authorization?: CardPresent.RequestIncrementalAuthorization;

/**
* Request ability to [increment](https://stripe.com/docs/terminal/features/incremental-authorizations) this PaymentIntent if the combination of MCC and card brand is eligible. Check [incremental_authorization_supported](https://stripe.com/docs/api/charges/object#charge_object-payment_method_details-card_present-incremental_authorization_supported) in the [Confirm](https://stripe.com/docs/api/payment_intents/confirm) response to verify support.
*/
request_incremental_authorization_support?: boolean;
}

namespace CardPresent {
type RequestIncrementalAuthorization = 'if_available' | 'never';
}

interface Cashapp {
/**
* Controls when the funds will be captured from the customer's account.
Expand Down Expand Up @@ -6809,21 +6791,12 @@ declare module 'stripe' {
*/
request_extended_authorization?: boolean;

/**
* Request ability to [increment](https://stripe.com/docs/payments/incremental-authorization) for this PaymentIntent.
*/
request_incremental_authorization?: CardPresent.RequestIncrementalAuthorization;

/**
* Request ability to [increment](https://stripe.com/docs/terminal/features/incremental-authorizations) this PaymentIntent if the combination of MCC and card brand is eligible. Check [incremental_authorization_supported](https://stripe.com/docs/api/charges/object#charge_object-payment_method_details-card_present-incremental_authorization_supported) in the [Confirm](https://stripe.com/docs/api/payment_intents/confirm) response to verify support.
*/
request_incremental_authorization_support?: boolean;
}

namespace CardPresent {
type RequestIncrementalAuthorization = 'if_available' | 'never';
}

interface Cashapp {
/**
* Controls when the funds will be captured from the customer's account.
Expand Down

0 comments on commit 476f394

Please sign in to comment.