Skip to content

Commit

Permalink
Update generated code for v433
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Jul 27, 2023
1 parent 1b4e5ba commit 570db7f
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v432
v433
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 570db7f

Please sign in to comment.