Class: Stripe::InvoiceCreatePreviewParams::SubscriptionDetails::Pause::BillFor::UnusedTimeFrom
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::InvoiceCreatePreviewParams::SubscriptionDetails::Pause::BillFor::UnusedTimeFrom
- Defined in:
- lib/stripe/params/invoice_create_preview_params.rb
Instance Attribute Summary collapse
-
#type ⇒ Object
When to credit for unused time.
Instance Method Summary collapse
-
#initialize(type: nil) ⇒ UnusedTimeFrom
constructor
A new instance of UnusedTimeFrom.
Methods inherited from RequestParams
attr_accessor, coerce_params, coerce_value, field_encodings, new, #to_h
Constructor Details
#initialize(type: nil) ⇒ UnusedTimeFrom
Returns a new instance of UnusedTimeFrom.
1819 1820 1821 |
# File 'lib/stripe/params/invoice_create_preview_params.rb', line 1819 def initialize(type: nil) @type = type end |
Instance Attribute Details
#type ⇒ Object
When to credit for unused time.
1817 1818 1819 |
# File 'lib/stripe/params/invoice_create_preview_params.rb', line 1817 def type @type end |