Skip to content

Commit

Permalink
Update generated code for v601
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Oct 13, 2023
1 parent be37ebb commit 4a0ff20
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v600
v601
5 changes: 3 additions & 2 deletions src/Stripe.net/Entities/Issuing/Tokens/Token.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ namespace Stripe.Issuing

/// <summary>
/// An issuing token object is created when an issued card is added to a digital wallet. As
/// a <a href="https://stripe.com/docs/issuing">card issuer</a>, you can view and manage
/// these tokens through Stripe.
/// a <a href="https://stripe.com/docs/issuing">card issuer</a>, you can <a
/// href="https://stripe.com/docs/issuing/controls/token-management">view and manage these
/// tokens</a> through Stripe.
/// </summary>
public class Token : StripeEntity<Token>, IHasId, IHasObject
{
Expand Down

0 comments on commit 4a0ff20

Please sign in to comment.