Class: Stripe::Billing::CreditGrantService::CreateParams::ApplicabilityConfig::Scope::BillableItem
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::Billing::CreditGrantService::CreateParams::ApplicabilityConfig::Scope::BillableItem
- Defined in:
- lib/stripe/services/billing/credit_grant_service.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.
83 84 85 |
# File 'lib/stripe/services/billing/credit_grant_service.rb', line 83 def initialize(id: nil) @id = id end |
Instance Attribute Details
#id ⇒ Object
The billable item ID this credit grant should apply to.
81 82 83 |
# File 'lib/stripe/services/billing/credit_grant_service.rb', line 81 def id @id end |