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

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/services/billing/credit_grant_service.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.



64
65
66
# File 'lib/stripe/services/billing/credit_grant_service.rb', line 64

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

Instance Attribute Details

#idObject

The price ID this credit grant should apply to.



62
63
64
# File 'lib/stripe/services/billing/credit_grant_service.rb', line 62

def id
  @id
end