Skip to content

Commit

Permalink
Update generated code for v714
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Dec 14, 2023
1 parent e6f216a commit c494a12
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 14 deletions.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v712
v714

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,5 @@ public class AccountSessionComponentsPayoutsOptions : INestedOptions
/// </summary>
[JsonProperty("enabled")]
public bool? Enabled { get; set; }

/// <summary>
/// The list of features enabled in the embedded component.
/// </summary>
[JsonProperty("features")]
public AccountSessionComponentsPayoutsFeaturesOptions Features { get; set; }
}
}

0 comments on commit c494a12

Please sign in to comment.