Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1640
v1642
1 change: 0 additions & 1 deletion stripe/_invoice.py
Original file line number Diff line number Diff line change
Expand Up @@ -4297,7 +4297,6 @@ class VoidInvoiceParams(RequestOptions):
The status of the invoice, one of `draft`, `open`, `paid`, `uncollectible`, or `void`. [Learn more](https://stripe.com/docs/billing/invoices/workflow#workflow-overview)
"""
status_transitions: StatusTransitions
subscription: Optional[ExpandableField["Subscription"]]
subtotal: int
"""
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
Expand Down
2 changes: 1 addition & 1 deletion stripe/_subscription.py
Original file line number Diff line number Diff line change
Expand Up @@ -2014,7 +2014,7 @@ class SearchParams(RequestOptions):
"""
A date in the future at which the subscription will automatically get canceled
"""
cancel_at_period_end: Optional[bool]
cancel_at_period_end: bool
"""
Whether this subscription will (if `status=active`) or did (if `status=canceled`) cancel at the end of the current billing period.
"""
Expand Down
Loading