Class: Stripe::Billing::CreditGrantService::CreateParams::ApplicabilityConfig::Scope::Price
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::Billing::CreditGrantService::CreateParams::ApplicabilityConfig::Scope::Price
- Defined in:
- lib/stripe/services/billing/credit_grant_service.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
The price ID this credit grant should apply to.
Instance Method Summary collapse
-
#initialize(id: nil) ⇒ Price
constructor
A new instance of Price.
Methods inherited from RequestParams
Constructor Details
#initialize(id: nil) ⇒ Price
Returns a new instance of Price.
92 93 94 |
# File 'lib/stripe/services/billing/credit_grant_service.rb', line 92 def initialize(id: nil) @id = id end |
Instance Attribute Details
#id ⇒ Object
The price ID this credit grant should apply to.
90 91 92 |
# File 'lib/stripe/services/billing/credit_grant_service.rb', line 90 def id @id end |