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.
1704 1705 1706 |
# File 'lib/stripe/services/subscription_service.rb', line 1704 def initialize(type: nil) @type = type end |
Instance Attribute Details
#type ⇒ Object
Attribute for param field type
1702 1703 1704 |
# File 'lib/stripe/services/subscription_service.rb', line 1702 def type @type end |