From 48cacc1d167eba203158e95c42a9ee63e8d610ae Mon Sep 17 00:00:00 2001 From: "stripe-openapi[bot]" <105521251+stripe-openapi[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 11:54:18 -0700 Subject: [PATCH] Update generated code (#1678) * 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> --- rbi/stripe.rbi | 2 +- rbi/stripe/resources/invoice.rbi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rbi/stripe.rbi b/rbi/stripe.rbi index 93082572..283eecd2 100644 --- a/rbi/stripe.rbi +++ b/rbi/stripe.rbi @@ -38393,7 +38393,7 @@ module Stripe sig { returns(T.nilable(String)) } def hosted_invoice_url; end # Unique identifier for the object. For preview invoices created using the [create preview](https://stripe.com/docs/api/invoices/create_preview) endpoint, this id will be prefixed with `upcoming_in`. - sig { returns(T.nilable(String)) } + sig { returns(String) } def id; end # The link to download the PDF for the invoice. If the invoice has not been finalized yet, this will be null. sig { returns(T.nilable(String)) } diff --git a/rbi/stripe/resources/invoice.rbi b/rbi/stripe/resources/invoice.rbi index 19158abd..e4c9f9b7 100644 --- a/rbi/stripe/resources/invoice.rbi +++ b/rbi/stripe/resources/invoice.rbi @@ -943,7 +943,7 @@ module Stripe sig { returns(T.nilable(String)) } def hosted_invoice_url; end # Unique identifier for the object. For preview invoices created using the [create preview](https://stripe.com/docs/api/invoices/create_preview) endpoint, this id will be prefixed with `upcoming_in`. - sig { returns(T.nilable(String)) } + sig { returns(String) } def id; end # The link to download the PDF for the invoice. If the invoice has not been finalized yet, this will be null. sig { returns(T.nilable(String)) }