Class: Stripe::SubscriptionService::CreateParams::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.



912
913
914
# File 'lib/stripe/services/subscription_service.rb', line 912

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

Instance Attribute Details

#typeObject

Attribute for param field type



910
911
912
# File 'lib/stripe/services/subscription_service.rb', line 910

def type
  @type
end