Class: Stripe::Billing::Meter::ReactivateParams
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::Billing::Meter::ReactivateParams
- Defined in:
- lib/stripe/resources/billing/meter.rb
Instance Attribute Summary collapse
-
#expand ⇒ Object
Specifies which fields in the response should be expanded.
Instance Method Summary collapse
-
#initialize(expand: nil) ⇒ ReactivateParams
constructor
A new instance of ReactivateParams.
Methods inherited from RequestParams
Constructor Details
#initialize(expand: nil) ⇒ ReactivateParams
Returns a new instance of ReactivateParams.
162 163 164 |
# File 'lib/stripe/resources/billing/meter.rb', line 162 def initialize(expand: nil) @expand = end |
Instance Attribute Details
#expand ⇒ Object
Specifies which fields in the response should be expanded.
160 161 162 |
# File 'lib/stripe/resources/billing/meter.rb', line 160 def @expand end |