Class: Stripe::Subscription::MigrateParams::BillingMode
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::Subscription::MigrateParams::BillingMode
- Defined in:
- lib/stripe/resources/subscription.rb
Instance Attribute Summary collapse
-
#type ⇒ Object
Attribute for param field type.
Instance Method Summary collapse
-
#initialize(type: nil) ⇒ BillingMode
constructor
A new instance of BillingMode.
Methods inherited from RequestParams
Constructor Details
#initialize(type: nil) ⇒ BillingMode
Returns a new instance of BillingMode.
1769 1770 1771 |
# File 'lib/stripe/resources/subscription.rb', line 1769 def initialize(type: nil) @type = type end |
Instance Attribute Details
#type ⇒ Object
Attribute for param field type
1767 1768 1769 |
# File 'lib/stripe/resources/subscription.rb', line 1767 def type @type end |