Class: Stripe::SubscriptionPauseParams::BillFor::UnusedTimeFrom
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::SubscriptionPauseParams::BillFor::UnusedTimeFrom
- Defined in:
- lib/stripe/params/subscription_pause_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.
20 21 22 |
# File 'lib/stripe/params/subscription_pause_params.rb', line 20 def initialize(type: nil) @type = type end |
Instance Attribute Details
#type ⇒ Object
When to credit for unused time.
18 19 20 |
# File 'lib/stripe/params/subscription_pause_params.rb', line 18 def type @type end |