Class: Stripe::Billing::CreditGrantCreateParams::ApplicabilityConfig::Scope::Price
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::Billing::CreditGrantCreateParams::ApplicabilityConfig::Scope::Price
- Defined in:
- lib/stripe/params/billing/credit_grant_create_params.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
attr_accessor, coerce_params, coerce_value, field_encodings, new, #to_h
Constructor Details
#initialize(id: nil) ⇒ Price
Returns a new instance of Price.
70 71 72 |
# File 'lib/stripe/params/billing/credit_grant_create_params.rb', line 70 def initialize(id: nil) @id = id end |
Instance Attribute Details
#id ⇒ Object
The price ID this credit grant should apply to.
68 69 70 |
# File 'lib/stripe/params/billing/credit_grant_create_params.rb', line 68 def id @id end |