mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-05 00:02:50 -04:00
Update generated code for v1830 and 2025-06-30.preview
This commit is contained in:
parent
2f835eff0c
commit
5f555af7db
@ -1 +1 @@
|
||||
v1829
|
||||
v1830
|
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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 {
|
||||
|
@ -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 {
|
||||
|
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user