Class: Stripe::Billing::CreditGrantCreateParams::ApplicabilityConfig::Scope::BillableItem

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

attr_accessor, coerce_params, coerce_value, field_encodings, new, #to_h

Constructor Details

#initialize(id: nil) ⇒ BillableItem

Returns a new instance of BillableItem.



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

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

Instance Attribute Details

#idObject

The billable item ID this credit grant should apply to.



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

def id
  @id
end