Class: Stripe::SubscriptionService::MigrateParams::BillingMode
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::SubscriptionService::MigrateParams::BillingMode
- Defined in:
- lib/stripe/services/subscription_service.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.
1562 1563 1564 |
# File 'lib/stripe/services/subscription_service.rb', line 1562 def initialize(type: nil) @type = type end |
Instance Attribute Details
#type ⇒ Object
Attribute for param field type
1560 1561 1562 |
# File 'lib/stripe/services/subscription_service.rb', line 1560 def type @type end |