Update generated code for v1762

This commit is contained in:
Stripe OpenAPI 2025-05-15 22:42:34 +00:00
parent e22c744f5b
commit 2ac85d362e
6 changed files with 7 additions and 7 deletions

View File

@ -1 +1 @@
v1760
v1762

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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