Class: Stripe::AccountService::CreateParams::Controller::StripeDashboard

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(type: nil) ⇒ StripeDashboard

Returns a new instance of StripeDashboard.



3250
3251
3252
# File 'lib/stripe/services/account_service.rb', line 3250

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

Instance Attribute Details

#typeObject

Whether this account should have access to the full Stripe Dashboard (‘full`), to the Express Dashboard (`express`), or to no Stripe-hosted dashboard (`none`). Defaults to `full`.



3248
3249
3250
# File 'lib/stripe/services/account_service.rb', line 3248

def type
  @type
end