8000 Update generated code (#1478) · stripe/stripe-python@e9896f4 · GitHub 8000
[go: up one dir, main page]

Skip to content

Commit e9896f4

Browse files
Update generated code (#1478)
* Update generated code for v1642 * Update generated code for v1642 --------- Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com> Co-authored-by: Ramya Rao <100975018+ramya-stripe@users.noreply.github.com>
1 parent e5e1019 commit e9896f4

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

OPENAPI_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1640
1+
v1642

stripe/_invoice.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4297,7 +4297,6 @@ class VoidInvoiceParams(RequestOptions):
42974297
The status of the invoice, one of `draft`, `open`, `paid`, `uncollectible`, or `void`. [Learn more](https://stripe.com/docs/billing/invoices/workflow#workflow-overview)
42984298
"""
42994299
status_transitions: StatusTransitions
4300-
subscription: Optional[ExpandableField["Subscription"]]
43014300
subtotal: int
43024301
"""
43034302
Total of all subscriptions, invoice items, and prorations on the invoice before any invoice level discount or exclusive tax is applied. Item discounts are already incorporated

stripe/_subscription.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2014,7 +2014,7 @@ class SearchParams(RequestOptions):
20142014
"""
20152015
A date in the future at which the subscription will automatically get canceled
20162016
"""
2017-
cancel_at_period_end: Optional[bool]
2017+
cancel_at_period_end: bool
20182018
"""
20192019
Whether this subscription will (if `status=active`) or did (if `status=canceled`) cancel at the end of the current billing period.
20202020
"""

0 commit comments

Comments
 (0)
0