Skip to content

Commit

Permalink
Update generated code for v689
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Nov 30, 2023
1 parent ae0da68 commit 971bb98
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v686
v689
4 changes: 2 additions & 2 deletions src/Stripe.net/Entities/Climate/Suppliers/Supplier.cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ public class Supplier : StripeEntity<Supplier>, IHasId, IHasObject

/// <summary>
/// The scientific pathway used for carbon removal.
/// One of: <c>biomass_carbon_removal_and_storage</c>, <c>direct_air_capture</c>, or
/// <c>various</c>.
/// One of: <c>biomass_carbon_removal_and_storage</c>, <c>direct_air_capture</c>,
/// <c>enhanced_weathering</c>, or <c>various</c>.
/// </summary>
[JsonProperty("removal_pathway")]
public string RemovalPathway { get; set; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ namespace Stripe.Checkout
{
using Newtonsoft.Json;

public class SessionListOptions : ListOptions
public class SessionListOptions : ListOptionsWithCreated
{
/// <summary>
/// Only return the Checkout Sessions for the Customer specified.
Expand Down
3 changes: 2 additions & 1 deletion src/Stripe.net/Services/Customers/CustomerTaxOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ public class CustomerTaxOptions : INestedOptions
public string IpAddress { get; set; }

/// <summary>
/// A flag that indicates whether Stripe should validate the customer tax location.
/// A flag that indicates when Stripe should validate the customer tax location. Defaults to
/// <c>deferred</c>.
/// One of: <c>deferred</c>, or <c>immediately</c>.
/// </summary>
[JsonProperty("validate_location")]
Expand Down

0 comments on commit 971bb98

Please sign in to comment.