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.
1764 1765 1766 |
# File 'lib/stripe/services/subscription_service.rb', line 1764 def initialize(type: nil) @type = type end |
Instance Attribute Details
#type ⇒ Object
Attribute for param field type
1762 1763 1764 |
# File 'lib/stripe/services/subscription_service.rb', line 1762 def type @type end |