mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-07 00:05:33 -04:00
Update generated code for v1663
This commit is contained in:
parent
c1c95e4f4a
commit
c0cf53a31b
@ -1 +1 @@
|
||||
v1662
|
||||
v1663
|
@ -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) }
|
||||
|
@ -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) }
|
||||
|
Loading…
x
Reference in New Issue
Block a user