Skip to content

Commit

Permalink
Update generated code for v665
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Nov 15, 2023
1 parent 11ea8ea commit d7885fb
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 179 deletions.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v664
v665
6 changes: 0 additions & 6 deletions src/Stripe.net/Entities/CustomerSessions/CustomerSession.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,6 @@ public class CustomerSession : StripeEntity<CustomerSession>, IHasObject
[JsonProperty("client_secret")]
public string ClientSecret { get; set; }

/// <summary>
/// Configuration for the components supported by this customer session.
/// </summary>
[JsonProperty("components")]
public CustomerSessionComponents Components { get; set; }

#region Expandable Customer

/// <summary>
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@ namespace Stripe

public class CustomerSessionCreateOptions : BaseOptions
{
/// <summary>
/// Configuration for each component.
/// </summary>
[JsonProperty("components")]
public CustomerSessionComponentsOptions Components { get; set; }

/// <summary>
/// The ID of an existing customer for which to create the customer session.
/// </summary>
Expand Down

0 comments on commit d7885fb

Please sign in to comment.