Skip to content

Commit 7f48eec

Browse files
Update generated code (#3172)
* Update generated code for v1955 and 2025-09-30.clover * Update generated code for v1968 and 2025-09-30.clover --------- Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
1 parent e84e43c commit 7f48eec

File tree

7 files changed

+6
-19
lines changed

7 files changed

+6
-19
lines changed

API_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025-08-27.basil
1+
2025-09-30.clover

OPENAPI_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1932
1+
v1968

src/Stripe.net/Entities/PaymentIntents/PaymentIntentNextAction.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// File generated from our OpenAPI spec
22
namespace Stripe
33
{
4+
using System.Collections.Generic;
45
using Newtonsoft.Json;
56
#if NET6_0_OR_GREATER
67
using STJS = System.Text.Json.Serialization;
@@ -107,7 +108,7 @@ public class PaymentIntentNextAction : StripeEntity<PaymentIntentNextAction>
107108
#if NET6_0_OR_GREATER
108109
[STJS.JsonPropertyName("use_stripe_sdk")]
109110
#endif
110-
public PaymentIntentNextActionUseStripeSdk UseStripeSdk { get; set; }
111+
public Dictionary<string, object> UseStripeSdk { get; set; }
111112

112113
[JsonProperty("verify_with_microdeposits")]
113114
#if NET6_0_OR_GREATER

src/Stripe.net/Entities/PaymentIntents/PaymentIntentNextActionUseStripeSdk.cs

Lines changed: 0 additions & 7 deletions
This file was deleted.

src/Stripe.net/Entities/SetupIntents/SetupIntentNextAction.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// File generated from our OpenAPI spec
22
namespace Stripe
33
{
4+
using System.Collections.Generic;
45
using Newtonsoft.Json;
56
#if NET6_0_OR_GREATER
67
using STJS = System.Text.Json.Serialization;
@@ -41,7 +42,7 @@ public class SetupIntentNextAction : StripeEntity<SetupIntentNextAction>
4142
#if NET6_0_OR_GREATER
4243
[STJS.JsonPropertyName("use_stripe_sdk")]
4344
#endif
44-
public SetupIntentNextActionUseStripeSdk UseStripeSdk { get; set; }
45+
public Dictionary<string, object> UseStripeSdk { get; set; }
4546

4647
[JsonProperty("verify_with_microdeposits")]
4748
#if NET6_0_OR_GREATER

src/Stripe.net/Entities/SetupIntents/SetupIntentNextActionUseStripeSdk.cs

Lines changed: 0 additions & 7 deletions
This file was deleted.

src/StripeTests/Services/GeneratedExamplesTest.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3911,7 +3911,6 @@ public void TestSubscriptionSchedulesPost()
39113911
Quantity = 1,
39123912
},
39133913
},
3914-
Iterations = 12,
39153914
},
39163915
},
39173916
};

0 commit comments

Comments
 (0)