Skip to content

Commit

Permalink
Update generated code for v1406
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Dec 12, 2024
1 parent 818a824 commit 1858ab0
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 16 deletions.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1405
v1406
4 changes: 2 additions & 2 deletions src/Stripe.net/Entities/Accounts/AccountFutureRequirements.cs
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ public class AccountFutureRequirements : StripeEntity<AccountFutureRequirements>
public List<AccountFutureRequirementsError> Errors { get; set; }

/// <summary>
/// Fields that need to be collected assuming all volume thresholds are reached. As they
/// become required, they appear in <c>currently_due</c> as well.
/// Fields you must collect when all thresholds are reached. As they become required, they
/// appear in <c>currently_due</c> as well.
/// </summary>
[JsonProperty("eventually_due")]
#if NET6_0_OR_GREATER
Expand Down
5 changes: 2 additions & 3 deletions src/Stripe.net/Entities/Accounts/AccountRequirements.cs
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,8 @@ public class AccountRequirements : StripeEntity<AccountRequirements>
public List<AccountRequirementsError> Errors { get; set; }

/// <summary>
/// Fields that need to be collected assuming all volume thresholds are reached. As they
/// become required, they appear in <c>currently_due</c> as well, and
/// <c>current_deadline</c> becomes set.
/// Fields you must collect when all thresholds are reached. As they become required, they
/// appear in <c>currently_due</c> as well, and <c>current_deadline</c> becomes set.
/// </summary>
[JsonProperty("eventually_due")]
#if NET6_0_OR_GREATER
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ public class CapabilityFutureRequirements : StripeEntity<CapabilityFutureRequire
public List<CapabilityFutureRequirementsError> Errors { get; set; }

/// <summary>
/// Fields that need to be collected assuming all volume thresholds are reached. As they
/// become required, they appear in <c>currently_due</c> as well.
/// Fields you must collect when all thresholds are reached. As they become required, they
/// appear in <c>currently_due</c> as well.
/// </summary>
[JsonProperty("eventually_due")]
#if NET6_0_OR_GREATER
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,8 @@ public class CapabilityRequirements : StripeEntity<CapabilityRequirements>
public List<AccountRequirementsError> Errors { get; set; }

/// <summary>
/// Fields that need to be collected assuming all volume thresholds are reached. As they
/// become required, they appear in <c>currently_due</c> as well, and
/// <c>current_deadline</c> becomes set.
/// Fields you must collect when all thresholds are reached. As they become required, they
/// appear in <c>currently_due</c> as well, and <c>current_deadline</c> becomes set.
/// </summary>
[JsonProperty("eventually_due")]
#if NET6_0_OR_GREATER
Expand Down
4 changes: 2 additions & 2 deletions src/Stripe.net/Entities/Persons/PersonFutureRequirements.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ public class PersonFutureRequirements : StripeEntity<PersonFutureRequirements>
public List<PersonFutureRequirementsError> Errors { get; set; }

/// <summary>
/// Fields that need to be collected assuming all volume thresholds are reached. As they
/// become required, they appear in <c>currently_due</c> as well, and the account's
/// Fields you must collect when all thresholds are reached. As they become required, they
/// appear in <c>currently_due</c> as well, and the account's
/// <c>future_requirements[current_deadline]</c> becomes set.
/// </summary>
[JsonProperty("eventually_due")]
Expand Down
6 changes: 3 additions & 3 deletions src/Stripe.net/Entities/Persons/PersonRequirements.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ public class PersonRequirements : StripeEntity<PersonRequirements>
public List<PersonRequirementsError> Errors { get; set; }

/// <summary>
/// Fields that need to be collected assuming all volume thresholds are reached. As they
/// become required, they appear in <c>currently_due</c> as well, and the account's
/// <c>current_deadline</c> becomes set.
/// Fields you must collect when all thresholds are reached. As they become required, they
/// appear in <c>currently_due</c> as well, and the account's <c>current_deadline</c>
/// becomes set.
/// </summary>
[JsonProperty("eventually_due")]
#if NET6_0_OR_GREATER
Expand Down

0 comments on commit 1858ab0

Please sign in to comment.