Class: Stripe::Billing::CreditGrant::CreateParams::ApplicabilityConfig::Scope::Price

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/resources/billing/credit_grant.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(id: nil) ⇒ Price

Returns a new instance of Price.



164
165
166
# File 'lib/stripe/resources/billing/credit_grant.rb', line 164

def initialize(id: nil)
  @id = id
end

Instance Attribute Details

#idObject

The price ID this credit grant should apply to.



162
163
164
# File 'lib/stripe/resources/billing/credit_grant.rb', line 162

def id
  @id
end