Skip to content

Commit

Permalink
Update generated code for beta (#2736)
Browse files Browse the repository at this point in the history
* Update generated code for v432

* Auto-generate event constants (#2735)

* Update generated code for v433

---------

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
Co-authored-by: pakrym-stripe <[email protected]>
  • Loading branch information
stripe-openapi[bot] and pakrym-stripe authored Jul 27, 2023
1 parent 2dc4858 commit f2c1421
Show file tree
Hide file tree
Showing 9 changed files with 865 additions and 304 deletions.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v431
v433
1,153 changes: 857 additions & 296 deletions src/Stripe.net/Constants/Events.cs

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public class OrderPaymentSettingsPaymentMethodOptionsLink : StripeEntity<OrderPa
public string CaptureMethod { get; set; }

/// <summary>
/// Token used for persistent Link logins.
/// [Deprecated] This is a legacy parameter that no longer has any function.
/// </summary>
[JsonProperty("persistent_token")]
public string PersistentToken { get; set; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public class PaymentIntentPaymentMethodOptionsLink : StripeEntity<PaymentIntentP
public string CaptureMethod { get; set; }

/// <summary>
/// Token used for persistent Link logins.
/// [Deprecated] This is a legacy parameter that no longer has any function.
/// </summary>
[JsonProperty("persistent_token")]
public string PersistentToken { get; set; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class PaymentMethodLink : StripeEntity<PaymentMethodLink>
public string Email { get; set; }

/// <summary>
/// Token used for persistent Link logins.
/// [Deprecated] This is a legacy parameter that no longer has any function.
/// </summary>
[JsonProperty("persistent_token")]
public string PersistentToken { get; set; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace Stripe
public class SetupIntentPaymentMethodOptionsLink : StripeEntity<SetupIntentPaymentMethodOptionsLink>
{
/// <summary>
/// Token used for persistent Link logins.
/// [Deprecated] This is a legacy parameter that no longer has any function.
/// </summary>
[JsonProperty("persistent_token")]
public string PersistentToken { get; set; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public class OrderPaymentSettingsPaymentMethodOptionsLinkOptions : INestedOption
public string CaptureMethod { get; set; }

/// <summary>
/// Token used for persistent Link logins.
/// [Deprecated] This is a legacy parameter that no longer has any function.
/// </summary>
[JsonProperty("persistent_token")]
public string PersistentToken { get; set; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public class PaymentIntentPaymentMethodOptionsLinkOptions : INestedOptions
public string CaptureMethod { get; set; }

/// <summary>
/// Token used for persistent Link logins.
/// [Deprecated] This is a legacy parameter that no longer has any function.
/// </summary>
[JsonProperty("persistent_token")]
public string PersistentToken { get; set; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace Stripe
public class SetupIntentPaymentMethodOptionsLinkOptions : INestedOptions
{
/// <summary>
/// Token used for persistent Link logins.
/// [Deprecated] This is a legacy parameter that no longer has any function.
/// </summary>
[JsonProperty("persistent_token")]
public string PersistentToken { get; set; }
Expand Down

0 comments on commit f2c1421

Please sign in to comment.