Skip to content

Commit 2d2d383

Browse files
Update generated code (#1921)
* Update generated code for v2026 and 2025-09-30.clover * Update generated code for v2026 and 2025-09-30.clover * Update generated code for v2026 and 2025-09-30.clover --------- Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
1 parent e56309a commit 2d2d383

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

OPENAPI_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v2025
1+
v2026

lib/Invoice.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
*
3939
* Related guide: <a href="https://stripe.com/docs/billing/invoices/sending">Send invoices to customers</a>
4040
*
41-
* @property null|string $id Unique identifier for the object. For preview invoices created using the <a href="https://stripe.com/docs/api/invoices/create_preview">create preview</a> endpoint, this id will be prefixed with <code>upcoming_in</code>.
41+
* @property string $id Unique identifier for the object. For preview invoices created using the <a href="https://stripe.com/docs/api/invoices/create_preview">create preview</a> endpoint, this id will be prefixed with <code>upcoming_in</code>.
4242
* @property string $object String representing the object's type. Objects of the same type share the same value.
4343
* @property null|string $account_country The country of the business associated with this invoice, most often the business creating the invoice.
4444
* @property null|string $account_name The public name of the business associated with this invoice, most often the business creating the invoice.

0 commit comments

Comments
 (0)