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 7368a7b commit 87851a2
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 types/Invoices.d.ts
Expand Up @@ -343,12 +343,12 @@ declare module 'stripe' {
payment_settings: Invoice.PaymentSettings;

/**
* 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_end: number;

/**
* 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.
*/
period_start: number;

Expand Down

0 comments on commit 87851a2

Please sign in to comment.