Class: Stripe::Checkout::SessionService::CreateParams::SubscriptionData::BillingMode

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



2006
2007
2008
# File 'lib/stripe/services/checkout/session_service.rb', line 2006

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

Instance Attribute Details

#typeObject

Attribute for param field type



2004
2005
2006
# File 'lib/stripe/services/checkout/session_service.rb', line 2004

def type
  @type
end