Class: Stripe::Subscription::MigrateParams::BillingMode

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/resources/subscription.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.



1671
1672
1673
# File 'lib/stripe/resources/subscription.rb', line 1671

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

Instance Attribute Details

#typeObject

Attribute for param field type



1669
1670
1671
# File 'lib/stripe/resources/subscription.rb', line 1669

def type
  @type
end