diff --git a/OPENAPI_VERSION b/OPENAPI_VERSION index a0025bd123..e881245dd5 100644 --- a/OPENAPI_VERSION +++ b/OPENAPI_VERSION @@ -1 +1 @@ -v432 \ No newline at end of file +v433 \ No newline at end of file diff --git a/src/Stripe.net/Entities/Orders/OrderPaymentSettingsPaymentMethodOptionsLink.cs b/src/Stripe.net/Entities/Orders/OrderPaymentSettingsPaymentMethodOptionsLink.cs index 939c34a177..8097265a11 100644 --- a/src/Stripe.net/Entities/Orders/OrderPaymentSettingsPaymentMethodOptionsLink.cs +++ b/src/Stripe.net/Entities/Orders/OrderPaymentSettingsPaymentMethodOptionsLink.cs @@ -12,7 +12,7 @@ public class OrderPaymentSettingsPaymentMethodOptionsLink : StripeEntity - /// Token used for persistent Link logins. + /// [Deprecated] This is a legacy parameter that no longer has any function. /// [JsonProperty("persistent_token")] public string PersistentToken { get; set; } diff --git a/src/Stripe.net/Entities/PaymentIntents/PaymentIntentPaymentMethodOptionsLink.cs b/src/Stripe.net/Entities/PaymentIntents/PaymentIntentPaymentMethodOptionsLink.cs index 7e7910e94c..d0674becac 100644 --- a/src/Stripe.net/Entities/PaymentIntents/PaymentIntentPaymentMethodOptionsLink.cs +++ b/src/Stripe.net/Entities/PaymentIntents/PaymentIntentPaymentMethodOptionsLink.cs @@ -12,7 +12,7 @@ public class PaymentIntentPaymentMethodOptionsLink : StripeEntity - /// Token used for persistent Link logins. + /// [Deprecated] This is a legacy parameter that no longer has any function. /// [JsonProperty("persistent_token")] public string PersistentToken { get; set; } diff --git a/src/Stripe.net/Entities/PaymentMethods/PaymentMethodLink.cs b/src/Stripe.net/Entities/PaymentMethods/PaymentMethodLink.cs index 87d7430076..08275cce04 100644 --- a/src/Stripe.net/Entities/PaymentMethods/PaymentMethodLink.cs +++ b/src/Stripe.net/Entities/PaymentMethods/PaymentMethodLink.cs @@ -20,7 +20,7 @@ public class PaymentMethodLink : StripeEntity public string Email { get; set; } /// - /// Token used for persistent Link logins. + /// [Deprecated] This is a legacy parameter that no longer has any function. /// [JsonProperty("persistent_token")] public string PersistentToken { get; set; } diff --git a/src/Stripe.net/Entities/SetupIntents/SetupIntentPaymentMethodOptionsLink.cs b/src/Stripe.net/Entities/SetupIntents/SetupIntentPaymentMethodOptionsLink.cs index 90d310ae1b..02a1e13cca 100644 --- a/src/Stripe.net/Entities/SetupIntents/SetupIntentPaymentMethodOptionsLink.cs +++ b/src/Stripe.net/Entities/SetupIntents/SetupIntentPaymentMethodOptionsLink.cs @@ -6,7 +6,7 @@ namespace Stripe public class SetupIntentPaymentMethodOptionsLink : StripeEntity { /// - /// Token used for persistent Link logins. + /// [Deprecated] This is a legacy parameter that no longer has any function. /// [JsonProperty("persistent_token")] public string PersistentToken { get; set; } diff --git a/src/Stripe.net/Services/Orders/OrderPaymentSettingsPaymentMethodOptionsLinkOptions.cs b/src/Stripe.net/Services/Orders/OrderPaymentSettingsPaymentMethodOptionsLinkOptions.cs index e6a818fbb9..21ac8766d6 100644 --- a/src/Stripe.net/Services/Orders/OrderPaymentSettingsPaymentMethodOptionsLinkOptions.cs +++ b/src/Stripe.net/Services/Orders/OrderPaymentSettingsPaymentMethodOptionsLinkOptions.cs @@ -18,7 +18,7 @@ public class OrderPaymentSettingsPaymentMethodOptionsLinkOptions : INestedOption public string CaptureMethod { get; set; } /// - /// Token used for persistent Link logins. + /// [Deprecated] This is a legacy parameter that no longer has any function. /// [JsonProperty("persistent_token")] public string PersistentToken { get; set; } diff --git a/src/Stripe.net/Services/PaymentIntents/PaymentIntentPaymentMethodOptionsLinkOptions.cs b/src/Stripe.net/Services/PaymentIntents/PaymentIntentPaymentMethodOptionsLinkOptions.cs index 53dedd2a43..266cb21696 100644 --- a/src/Stripe.net/Services/PaymentIntents/PaymentIntentPaymentMethodOptionsLinkOptions.cs +++ b/src/Stripe.net/Services/PaymentIntents/PaymentIntentPaymentMethodOptionsLinkOptions.cs @@ -18,7 +18,7 @@ public class PaymentIntentPaymentMethodOptionsLinkOptions : INestedOptions public string CaptureMethod { get; set; } /// - /// Token used for persistent Link logins. + /// [Deprecated] This is a legacy parameter that no longer has any function. /// [JsonProperty("persistent_token")] public string PersistentToken { get; set; } diff --git a/src/Stripe.net/Services/SetupIntents/SetupIntentPaymentMethodOptionsLinkOptions.cs b/src/Stripe.net/Services/SetupIntents/SetupIntentPaymentMethodOptionsLinkOptions.cs index f89b0fb2d1..95523694bd 100644 --- a/src/Stripe.net/Services/SetupIntents/SetupIntentPaymentMethodOptionsLinkOptions.cs +++ b/src/Stripe.net/Services/SetupIntents/SetupIntentPaymentMethodOptionsLinkOptions.cs @@ -6,7 +6,7 @@ namespace Stripe public class SetupIntentPaymentMethodOptionsLinkOptions : INestedOptions { /// - /// Token used for persistent Link logins. + /// [Deprecated] This is a legacy parameter that no longer has any function. /// [JsonProperty("persistent_token")] public string PersistentToken { get; set; }