Skip to content

Commit

Permalink
Update generated code for v658
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Nov 14, 2023
1 parent 224f166 commit daffe40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v657
v658
4 changes: 1 addition & 3 deletions src/Stripe.net/Entities/Topups/Topup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,7 @@ public BalanceTransaction BalanceTransaction
public Dictionary<string, string> Metadata { get; set; }

/// <summary>
/// For most Stripe users, the source of every top-up is a bank account. This hash is then
/// the <a href="https://stripe.com/docs/api#source_object">source object</a> describing
/// that bank account.
/// The source field is deprecated. It might not always be present in the API response.
/// </summary>
[JsonProperty("source")]
public Source Source { get; set; }
Expand Down

0 comments on commit daffe40

Please sign in to comment.