Skip to content

Commit

Permalink
Update generated code for v1073
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Jun 10, 2024
1 parent 07a6254 commit d454b3f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1072
v1073
4 changes: 2 additions & 2 deletions stripe/_subscription.py
Original file line number Diff line number Diff line change
Expand Up @@ -487,11 +487,11 @@ class CancelParams(RequestOptions):
"""
invoice_now: NotRequired[bool]
"""
Will generate a final invoice that invoices for any un-invoiced metered usage and new/pending proration invoice items.
Will generate a final invoice that invoices for any un-invoiced metered usage and new/pending proration invoice items. Defaults to `true`.
"""
prorate: NotRequired[bool]
"""
Will generate a proration invoice item that credits remaining unused time until the subscription period end.
Will generate a proration invoice item that credits remaining unused time until the subscription period end. Defaults to `false`.
"""

class CancelParamsCancellationDetails(TypedDict):
Expand Down
4 changes: 2 additions & 2 deletions stripe/_subscription_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ class CancelParams(TypedDict):
"""
invoice_now: NotRequired[bool]
"""
Will generate a final invoice that invoices for any un-invoiced metered usage and new/pending proration invoice items.
Will generate a final invoice that invoices for any un-invoiced metered usage and new/pending proration invoice items. Defaults to `true`.
"""
prorate: NotRequired[bool]
"""
Will generate a proration invoice item that credits remaining unused time until the subscription period end.
Will generate a proration invoice item that credits remaining unused time until the subscription period end. Defaults to `false`.
"""

class CancelParamsCancellationDetails(TypedDict):
Expand Down

0 comments on commit d454b3f

Please sign in to comment.