Skip to content

Commit 48cacc1

Browse files
Update generated code (stripe#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>
1 parent 3b456cb commit 48cacc1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

rbi/stripe.rbi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38393,7 +38393,7 @@ module Stripe
3839338393
sig { returns(T.nilable(String)) }
3839438394
def hosted_invoice_url; end
3839538395
# 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`.
38396-
sig { returns(T.nilable(String)) }
38396+
sig { returns(String) }
3839738397
def id; end
3839838398
# The link to download the PDF for the invoice. If the invoice has not been finalized yet, this will be null.
3839938399
sig { returns(T.nilable(String)) }

rbi/stripe/resources/invoice.rbi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -943,7 +943,7 @@ module Stripe
943943
sig { returns(T.nilable(String)) }
944944
def hosted_invoice_url; end
945945
# 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`.
946-
sig { returns(T.nilable(String)) }
946+
sig { returns(String) }
947947
def id; end
948948
# The link to download the PDF for the invoice. If the invoice has not been finalized yet, this will be null.
949949
sig { returns(T.nilable(String)) }

0 commit comments

Comments
 (0)