Update generated code for v1830 and 2025-06-30.preview

This commit is contained in:
Stripe OpenAPI 2025-07-10 20:39:27 +00:00
parent 2f835eff0c
commit 5f555af7db
6 changed files with 7 additions and 7 deletions

View File

@ -1 +1 @@
v1829
v1830

View File

@ -90,7 +90,7 @@ module Stripe
end
# The monetary amount.
attr_accessor :monetary
# Specify the type of this amount. We currently only support `monetary` billing credits.
# The type of this amount. We currently only support `monetary` billing credits.
attr_accessor :type
def initialize(monetary: nil, type: nil)

View File

@ -50,7 +50,7 @@ module Stripe
end
# The monetary amount.
attr_accessor :monetary
# Specify the type of this amount. We currently only support `monetary` billing credits.
# The type of this amount. We currently only support `monetary` billing credits.
attr_accessor :type
def initialize(monetary: nil, type: nil)

View File

@ -8720,7 +8720,7 @@ module Stripe
# The monetary amount.
sig { returns(T.nilable(::Stripe::Billing::CreditGrant::CreateParams::Amount::Monetary)) }
attr_accessor :monetary
# Specify the type of this amount. We currently only support `monetary` billing credits.
# The type of this amount. We currently only support `monetary` billing credits.
sig { returns(String) }
attr_accessor :type
sig {
@ -120431,7 +120431,7 @@ module Stripe
returns(T.nilable(::Stripe::Billing::CreditGrantService::CreateParams::Amount::Monetary))
}
attr_accessor :monetary
# Specify the type of this amount. We currently only support `monetary` billing credits.
# The type of this amount. We currently only support `monetary` billing credits.
sig { returns(String) }
attr_accessor :type
sig {

View File

@ -139,7 +139,7 @@ module Stripe
# The monetary amount.
sig { returns(T.nilable(::Stripe::Billing::CreditGrant::CreateParams::Amount::Monetary)) }
attr_accessor :monetary
# Specify the type of this amount. We currently only support `monetary` billing credits.
# The type of this amount. We currently only support `monetary` billing credits.
sig { returns(String) }
attr_accessor :type
sig {

View File

@ -53,7 +53,7 @@ module Stripe
returns(T.nilable(::Stripe::Billing::CreditGrantService::CreateParams::Amount::Monetary))
}
attr_accessor :monetary
# Specify the type of this amount. We currently only support `monetary` billing credits.
# The type of this amount. We currently only support `monetary` billing credits.
sig { returns(String) }
attr_accessor :type
sig {