diff --git a/types/ConfirmationTokens.d.ts b/types/ConfirmationTokens.d.ts index 164e7870d5..15bdfd67e6 100644 --- a/types/ConfirmationTokens.d.ts +++ b/types/ConfirmationTokens.d.ts @@ -879,6 +879,7 @@ declare module 'stripe' { /** * [Deprecated] This is a legacy parameter that no longer has any function. + * @deprecated */ persistent_token?: string; } diff --git a/types/Issuing/AuthorizationsResource.d.ts b/types/Issuing/AuthorizationsResource.d.ts index f1d914716d..27edbb5c20 100644 --- a/types/Issuing/AuthorizationsResource.d.ts +++ b/types/Issuing/AuthorizationsResource.d.ts @@ -119,6 +119,7 @@ declare module 'stripe' { /** * [Deprecated] Approves a pending Issuing Authorization object. This request should be made within the timeout window of the [real-time authorization](https://stripe.com/docs/issuing/controls/real-time-authorizations) flow. * This method is deprecated. Instead, [respond directly to the webhook request to approve an authorization](https://stripe.com/docs/issuing/controls/real-time-authorizations#authorization-handling). + * @deprecated This method is deprecated, please refer to the description for details. */ approve( id: string, @@ -133,6 +134,7 @@ declare module 'stripe' { /** * [Deprecated] Declines a pending Issuing Authorization object. This request should be made within the timeout window of the [real time authorization](https://stripe.com/docs/issuing/controls/real-time-authorizations) flow. * This method is deprecated. Instead, [respond directly to the webhook request to decline an authorization](https://stripe.com/docs/issuing/controls/real-time-authorizations#authorization-handling). + * @deprecated This method is deprecated, please refer to the description for details. */ decline( id: string, diff --git a/types/PaymentIntents.d.ts b/types/PaymentIntents.d.ts index 86dd416572..9415c2f458 100644 --- a/types/PaymentIntents.d.ts +++ b/types/PaymentIntents.d.ts @@ -1964,6 +1964,7 @@ declare module 'stripe' { /** * [Deprecated] This is a legacy parameter that no longer has any function. + * @deprecated */ persistent_token: string | null; diff --git a/types/PaymentIntentsResource.d.ts b/types/PaymentIntentsResource.d.ts index eeb84b74ed..685d7d3865 100644 --- a/types/PaymentIntentsResource.d.ts +++ b/types/PaymentIntentsResource.d.ts @@ -1889,6 +1889,7 @@ declare module 'stripe' { /** * [Deprecated] This is a legacy parameter that no longer has any function. + * @deprecated */ persistent_token?: string; @@ -4131,6 +4132,7 @@ declare module 'stripe' { /** * [Deprecated] This is a legacy parameter that no longer has any function. + * @deprecated */ persistent_token?: string; @@ -6518,6 +6520,7 @@ declare module 'stripe' { /** * [Deprecated] This is a legacy parameter that no longer has any function. + * @deprecated */ persistent_token?: string; diff --git a/types/PaymentMethods.d.ts b/types/PaymentMethods.d.ts index ada5d8b940..eea23337cb 100644 --- a/types/PaymentMethods.d.ts +++ b/types/PaymentMethods.d.ts @@ -807,6 +807,7 @@ declare module 'stripe' { /** * [Deprecated] This is a legacy parameter that no longer has any function. + * @deprecated */ persistent_token?: string; } diff --git a/types/SetupIntents.d.ts b/types/SetupIntents.d.ts index b24edb5e54..f21daac805 100644 --- a/types/SetupIntents.d.ts +++ b/types/SetupIntents.d.ts @@ -740,6 +740,7 @@ declare module 'stripe' { interface Link { /** * [Deprecated] This is a legacy parameter that no longer has any function. + * @deprecated */ persistent_token: string | null; } diff --git a/types/SetupIntentsResource.d.ts b/types/SetupIntentsResource.d.ts index 92d24bf9a8..58548b1d47 100644 --- a/types/SetupIntentsResource.d.ts +++ b/types/SetupIntentsResource.d.ts @@ -1072,6 +1072,7 @@ declare module 'stripe' { interface Link { /** * [Deprecated] This is a legacy parameter that no longer has any function. + * @deprecated */ persistent_token?: string; } @@ -2149,6 +2150,7 @@ declare module 'stripe' { interface Link { /** * [Deprecated] This is a legacy parameter that no longer has any function. + * @deprecated */ persistent_token?: string; } @@ -3313,6 +3315,7 @@ declare module 'stripe' { interface Link { /** * [Deprecated] This is a legacy parameter that no longer has any function. + * @deprecated */ persistent_token?: string; }