Skip to content

Commit

Permalink
Update generated code for v996
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Apr 26, 2024
1 parent 5dea562 commit 0e52b12
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
@@ -1 +1 @@
v994
v996
4 changes: 2 additions & 2 deletions stripe/_invoice.py
Expand Up @@ -5793,11 +5793,11 @@ class VoidInvoiceParams(RequestOptions):
payment_settings: PaymentSettings
period_end: int
"""
End of the usage period during which invoice items were added to this invoice.
End of the usage period during which invoice items were added to this invoice. This looks back one period for a subscription invoice. Use the [line item period](https://stripe.com/api/invoices/line_item#invoice_line_item_object-period) to get the service period for each price.
"""
period_start: int
"""
Start of the usage period during which invoice items were added to this invoice.
Start of the usage period during which invoice items were added to this invoice. This looks back one period for a subscription invoice. Use the [line item period](https://stripe.com/api/invoices/line_item#invoice_line_item_object-period) to get the service period for each price.
"""
post_payment_credit_notes_amount: int
"""
Expand Down

0 comments on commit 0e52b12

Please sign in to comment.