Class: Stripe::SubscriptionScheduleUpdateParams::PauseSchedule::Pause::Settings::BillFor::OutstandingUsageThrough

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/params/subscription_schedule_update_params.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

attr_accessor, coerce_params, coerce_value, field_encodings, new, #to_h

Constructor Details

#initialize(type: nil) ⇒ OutstandingUsageThrough

Returns a new instance of OutstandingUsageThrough.



229
230
231
# File 'lib/stripe/params/subscription_schedule_update_params.rb', line 229

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

Instance Attribute Details

#typeObject

Determines whether to collect metered usage accrued up to the pause date.



227
228
229
# File 'lib/stripe/params/subscription_schedule_update_params.rb', line 227

def type
  @type
end