Class: Stripe::QuoteService::CreateParams::SubscriptionData::BillingMode

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



827
828
829
# File 'lib/stripe/services/quote_service.rb', line 827

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

Instance Attribute Details

#typeObject

Attribute for param field type



825
826
827
# File 'lib/stripe/services/quote_service.rb', line 825

def type
  @type
end