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 3b5ad6c commit d70cce7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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 stripe/_account.py
Original file line number Diff line number Diff line change
Expand Up @@ -913,7 +913,7 @@ class Error(StripeObject):
"""
eventually_due: Optional[List[str]]
"""
Fields that need to be collected assuming all volume thresholds are reached. As they become required, they appear in `currently_due` as well.
Fields you must collect when all thresholds are reached. As they become required, they appear in `currently_due` as well.
"""
past_due: Optional[List[str]]
"""
Expand Down Expand Up @@ -1087,7 +1087,7 @@ class Error(StripeObject):
"""
eventually_due: Optional[List[str]]
"""
Fields that need to be collected assuming all volume thresholds are reached. As they become required, they appear in `currently_due` as well, and `current_deadline` becomes set.
Fields you must collect when all thresholds are reached. As they become required, they appear in `currently_due` as well, and `current_deadline` becomes set.
"""
past_due: Optional[List[str]]
"""
Expand Down
4 changes: 2 additions & 2 deletions stripe/_capability.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ class Error(StripeObject):
"""
eventually_due: List[str]
"""
Fields that need to be collected assuming all volume thresholds are reached. As they become required, they appear in `currently_due` as well.
Fields you must collect when all thresholds are reached. As they become required, they appear in `currently_due` as well.
"""
past_due: List[str]
"""
Expand Down Expand Up @@ -332,7 +332,7 @@ class Error(StripeObject):
"""
eventually_due: List[str]
"""
Fields that need to be collected assuming all volume thresholds are reached. As they become required, they appear in `currently_due` as well, and `current_deadline` becomes set.
Fields you must collect when all thresholds are reached. As they become required, they appear in `currently_due` as well, and `current_deadline` becomes set.
"""
past_due: List[str]
"""
Expand Down
4 changes: 2 additions & 2 deletions stripe/_person.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ class Error(StripeObject):
"""
eventually_due: List[str]
"""
Fields that need to be collected assuming all volume thresholds are reached. As they become required, they appear in `currently_due` as well, and the account's `future_requirements[current_deadline]` becomes set.
Fields you must collect when all thresholds are reached. As they become required, they appear in `currently_due` as well, and the account's `future_requirements[current_deadline]` becomes set.
"""
past_due: List[str]
"""
Expand Down Expand Up @@ -476,7 +476,7 @@ class Error(StripeObject):
"""
eventually_due: List[str]
"""
Fields that need to be collected assuming all volume thresholds are reached. As they become required, they appear in `currently_due` as well, and the account's `current_deadline` becomes set.
Fields you must collect when all thresholds are reached. As they become required, they appear in `currently_due` as well, and the account's `current_deadline` becomes set.
"""
past_due: List[str]
"""
Expand Down

0 comments on commit d70cce7

Please sign in to comment.