Class: Stripe::InvoiceCreatePreviewParams::SubscriptionDetails::Pause::BillFor::OutstandingUsageThrough

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/params/invoice_create_preview_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.



2330
2331
2332
# File 'lib/stripe/params/invoice_create_preview_params.rb', line 2330

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

Instance Attribute Details

#typeObject

When to bill metered usage in the current period.



2328
2329
2330
# File 'lib/stripe/params/invoice_create_preview_params.rb', line 2328

def type
  @type
end