mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-11-27 00:03:06 -05:00
Update generated code for v1762
This commit is contained in:
parent
e22c744f5b
commit
2ac85d362e
@ -1 +1 @@
|
||||
v1760
|
||||
v1762
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user