Skip to content

Commit 5cb90cc

Browse files
Update generated code for v1486
1 parent d3c6479 commit 5cb90cc

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

OPENAPI_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1483
1+
v1486

lib/stripe/resources/billing/credit_grant.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def initialize(scope: nil)
124124
end
125125
# Amount of this credit grant.
126126
attr_accessor :amount
127-
# Configuration specifying what this credit grant applies to.
127+
# Configuration specifying what this credit grant applies to. We currently only support `metered` prices that have a [Billing Meter](https://docs.stripe.com/api/billing/meter) attached to them.
128128
attr_accessor :applicability_config
129129
# The category of this credit grant.
130130
attr_accessor :category

lib/stripe/services/billing/credit_grant_service.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def initialize(scope: nil)
8484
end
8585
# Amount of this credit grant.
8686
attr_accessor :amount
87-
# Configuration specifying what this credit grant applies to.
87+
# Configuration specifying what this credit grant applies to. We currently only support `metered` prices that have a [Billing Meter](https://docs.stripe.com/api/billing/meter) attached to them.
8888
attr_accessor :applicability_config
8989
# The category of this credit grant.
9090
attr_accessor :category

rbi/stripe/resources/billing/credit_grant.rbi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ module Stripe
173173
# Amount of this credit grant.
174174
sig { returns(::Stripe::Billing::CreditGrant::CreateParams::Amount) }
175175
attr_accessor :amount
176-
# Configuration specifying what this credit grant applies to.
176+
# Configuration specifying what this credit grant applies to. We currently only support `metered` prices that have a [Billing Meter](https://docs.stripe.com/api/billing/meter) attached to them.
177177
sig { returns(::Stripe::Billing::CreditGrant::CreateParams::ApplicabilityConfig) }
178178
attr_accessor :applicability_config
179179
# The category of this credit grant.

rbi/stripe/services/billing/credit_grant_service.rbi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ module Stripe
9090
# Amount of this credit grant.
9191
sig { returns(::Stripe::Billing::CreditGrantService::CreateParams::Amount) }
9292
attr_accessor :amount
93-
# Configuration specifying what this credit grant applies to.
93+
# Configuration specifying what this credit grant applies to. We currently only support `metered` prices that have a [Billing Meter](https://docs.stripe.com/api/billing/meter) attached to them.
9494
sig { returns(::Stripe::Billing::CreditGrantService::CreateParams::ApplicabilityConfig) }
9595
attr_accessor :applicability_config
9696
# The category of this credit grant.

0 commit comments

Comments
 (0)