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 476f394 commit 3d3541c
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions types/PaymentIntentsResource.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1707,6 +1707,15 @@ declare module 'stripe' {
* 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;

/**
* This field was released by mistake and will be removed in the next major version
*/
request_incremental_authorization?: CardPresent.RequestIncrementalAuthorization;
}

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

interface Cashapp {
Expand Down Expand Up @@ -4051,6 +4060,15 @@ declare module 'stripe' {
* 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;

/**
* This field was released by mistake and will be removed in the next major version
*/
request_incremental_authorization?: CardPresent.RequestIncrementalAuthorization;
}

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

interface Cashapp {
Expand Down Expand Up @@ -6795,6 +6813,15 @@ declare module 'stripe' {
* 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;

/**
* This field was released by mistake and will be removed in the next major version
*/
request_incremental_authorization?: CardPresent.RequestIncrementalAuthorization;
}

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

interface Cashapp {
Expand Down

0 comments on commit 3d3541c

Please sign in to comment.