Class: Stripe::Billing::CreditGrant::CreateParams::ApplicabilityConfig::Scope::BillableItem
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::Billing::CreditGrant::CreateParams::ApplicabilityConfig::Scope::BillableItem
- Defined in:
- lib/stripe/resources/billing/credit_grant.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
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
#id ⇒ Object
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 |