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

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) ⇒ BillableItem

Returns a new instance of BillableItem.



155
156
157
# File 'lib/stripe/resources/billing/credit_grant.rb', line 155

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

Instance Attribute Details

#idObject

The billable item ID this credit grant should apply to.



153
154
155
# File 'lib/stripe/resources/billing/credit_grant.rb', line 153

def id
  @id
end