From c0cf53a31baa6b8ae15e726fd3e29f957671a234 Mon Sep 17 00:00:00 2001 From: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 08:41:53 +0000 Subject: [PATCH] Update generated code for v1663 --- OPENAPI_VERSION | 2 +- rbi/stripe.rbi | 2 +- rbi/stripe/resources/tax/calculation_line_item.rbi | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/OPENAPI_VERSION b/OPENAPI_VERSION index 0c598a58..f3438231 100644 --- a/OPENAPI_VERSION +++ b/OPENAPI_VERSION @@ -1 +1 @@ -v1662 \ No newline at end of file +v1663 \ No newline at end of file diff --git a/rbi/stripe.rbi b/rbi/stripe.rbi index d223d8df..8f0c76e9 100644 --- a/rbi/stripe.rbi +++ b/rbi/stripe.rbi @@ -96245,7 +96245,7 @@ module Stripe sig { returns(Integer) } attr_reader :quantity # A custom identifier for this line item. - sig { returns(T.nilable(String)) } + sig { returns(String) } attr_reader :reference # Specifies whether the `amount` includes taxes. If `tax_behavior=inclusive`, then the amount includes taxes. sig { returns(String) } diff --git a/rbi/stripe/resources/tax/calculation_line_item.rbi b/rbi/stripe/resources/tax/calculation_line_item.rbi index cf01fd2f..8d508492 100644 --- a/rbi/stripe/resources/tax/calculation_line_item.rbi +++ b/rbi/stripe/resources/tax/calculation_line_item.rbi @@ -72,7 +72,7 @@ module Stripe sig { returns(Integer) } attr_reader :quantity # A custom identifier for this line item. - sig { returns(T.nilable(String)) } + sig { returns(String) } attr_reader :reference # Specifies whether the `amount` includes taxes. If `tax_behavior=inclusive`, then the amount includes taxes. sig { returns(String) }