From 2ac85d362e0f51a26a5eb34b57884474d8c4a73e Mon Sep 17 00:00:00 2001 From: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com> Date: Thu, 15 May 2025 22:42:34 +0000 Subject: [PATCH] Update generated code for v1762 --- OPENAPI_VERSION | 2 +- lib/stripe/resources/invoice_item.rb | 2 +- lib/stripe/resources/invoice_line_item.rb | 2 +- rbi/stripe.rbi | 4 ++-- rbi/stripe/resources/invoice_item.rbi | 2 +- rbi/stripe/resources/invoice_line_item.rbi | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/OPENAPI_VERSION b/OPENAPI_VERSION index d264e1a6..d3686414 100644 --- a/OPENAPI_VERSION +++ b/OPENAPI_VERSION @@ -1 +1 @@ -v1760 \ No newline at end of file +v1762 \ No newline at end of file diff --git a/lib/stripe/resources/invoice_item.rb b/lib/stripe/resources/invoice_item.rb index dd1c5f0b..dcbc2e6b 100644 --- a/lib/stripe/resources/invoice_item.rb +++ b/lib/stripe/resources/invoice_item.rb @@ -482,7 +482,7 @@ module Stripe attr_reader :metadata # String representing the object's type. Objects of the same type share the same value. attr_reader :object - # The parent that generated this invoice + # The parent that generated this invoice item. attr_reader :parent # Attribute for field period attr_reader :period diff --git a/lib/stripe/resources/invoice_line_item.rb b/lib/stripe/resources/invoice_line_item.rb index eab635ae..4d65b0a1 100644 --- a/lib/stripe/resources/invoice_line_item.rb +++ b/lib/stripe/resources/invoice_line_item.rb @@ -400,7 +400,7 @@ module Stripe attr_reader :metadata # String representing the object's type. Objects of the same type share the same value. attr_reader :object - # The parent that generated this invoice + # The parent that generated this line item. attr_reader :parent # Attribute for field period attr_reader :period diff --git a/rbi/stripe.rbi b/rbi/stripe.rbi index 58e83022..57d075d2 100644 --- a/rbi/stripe.rbi +++ b/rbi/stripe.rbi @@ -37702,7 +37702,7 @@ module Stripe # String representing the object's type. Objects of the same type share the same value. sig { returns(String) } attr_reader :object - # The parent that generated this invoice + # The parent that generated this invoice item. sig { returns(T.nilable(Parent)) } attr_reader :parent # Attribute for field period @@ -44706,7 +44706,7 @@ module Stripe # String representing the object's type. Objects of the same type share the same value. sig { returns(String) } attr_reader :object - # The parent that generated this invoice + # The parent that generated this line item. sig { returns(T.nilable(Parent)) } attr_reader :parent # Attribute for field period diff --git a/rbi/stripe/resources/invoice_item.rbi b/rbi/stripe/resources/invoice_item.rbi index 47f25217..2fa7c1bc 100644 --- a/rbi/stripe/resources/invoice_item.rbi +++ b/rbi/stripe/resources/invoice_item.rbi @@ -100,7 +100,7 @@ module Stripe # String representing the object's type. Objects of the same type share the same value. sig { returns(String) } attr_reader :object - # The parent that generated this invoice + # The parent that generated this invoice item. sig { returns(T.nilable(Parent)) } attr_reader :parent # Attribute for field period diff --git a/rbi/stripe/resources/invoice_line_item.rbi b/rbi/stripe/resources/invoice_line_item.rbi index ec78084f..f3b6aff8 100644 --- a/rbi/stripe/resources/invoice_line_item.rbi +++ b/rbi/stripe/resources/invoice_line_item.rbi @@ -207,7 +207,7 @@ module Stripe # String representing the object's type. Objects of the same type share the same value. sig { returns(String) } attr_reader :object - # The parent that generated this invoice + # The parent that generated this line item. sig { returns(T.nilable(Parent)) } attr_reader :parent # Attribute for field period