Update generated code for v1663

This commit is contained in:
Stripe OpenAPI 2025-04-07 08:41:53 +00:00
parent c1c95e4f4a
commit c0cf53a31b
3 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
v1662
v1663

View File

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

View File

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