Class: Stripe::SubscriptionService::MigrateParams::BillingMode

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/services/subscription_service.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(type: nil) ⇒ BillingMode

Returns a new instance of BillingMode.



1878
1879
1880
# File 'lib/stripe/services/subscription_service.rb', line 1878

def initialize(type: nil)
  @type = type
end

Instance Attribute Details

#typeObject

Attribute for param field type



1876
1877
1878
# File 'lib/stripe/services/subscription_service.rb', line 1876

def type
  @type
end