Skip to content

Commit

Permalink
Update generated code for v1430
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Jan 3, 2025
1 parent d6d38a7 commit 6f83873
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1429
v1430
4 changes: 4 additions & 0 deletions src/Stripe.net/Entities/Accounts/AccountCompany.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ public class AccountCompany : StripeEntity<AccountCompany>
#endif
public bool DirectorsProvided { get; set; }

/// <summary>
/// This hash is used to attest that the director information provided to Stripe is both
/// current and correct.
/// </summary>
[JsonProperty("directorship_declaration")]
#if NET6_0_OR_GREATER
[STJS.JsonPropertyName("directorship_declaration")]
Expand Down

0 comments on commit 6f83873

Please sign in to comment.