Class: Stripe::Billing::CreditGrantCreateParams::ApplicabilityConfig::Scope::BillableItem
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::Billing::CreditGrantCreateParams::ApplicabilityConfig::Scope::BillableItem
- Defined in:
- lib/stripe/params/billing/credit_grant_create_params.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
The billable item ID this credit grant should apply to.
Instance Method Summary collapse
-
#initialize(id: nil) ⇒ BillableItem
constructor
A new instance of BillableItem.
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
#id ⇒ Object
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 |