You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/stripe/resources/billing/credit_grant.rb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -124,7 +124,7 @@ def initialize(scope: nil)
124
124
end
125
125
# Amount of this credit grant.
126
126
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.
Copy file name to clipboardExpand all lines: lib/stripe/services/billing/credit_grant_service.rb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -84,7 +84,7 @@ def initialize(scope: nil)
84
84
end
85
85
# Amount of this credit grant.
86
86
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.
# 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.
# 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.
0 commit comments