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.



219
220
221
# File 'lib/stripe/resources/billing/credit_grant.rb', line 219

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

Instance Attribute Details

#idObject

The billable item ID this credit grant should apply to.



217
218
219
# File 'lib/stripe/resources/billing/credit_grant.rb', line 217

def id
  @id
end