Class: Stripe::Billing::CreditGrantCreateParams::ApplicabilityConfig::Scope::Price

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



60
61
62
# File 'lib/stripe/params/billing/credit_grant_create_params.rb', line 60

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

Instance Attribute Details

#idObject

The price ID this credit grant should apply to.



58
59
60
# File 'lib/stripe/params/billing/credit_grant_create_params.rb', line 58

def id
  @id
end