Class: Stripe::Billing::MeterService::ReactivateParams

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/services/billing/meter_service.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(expand: nil) ⇒ ReactivateParams

Returns a new instance of ReactivateParams.



139
140
141
# File 'lib/stripe/services/billing/meter_service.rb', line 139

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

Instance Attribute Details

#expandObject

Specifies which fields in the response should be expanded.



137
138
139
# File 'lib/stripe/services/billing/meter_service.rb', line 137

def expand
  @expand
end