Class: Stripe::AccountSessionService::CreateParams::Components::AppViewport::Features

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(allowed_apps: nil) ⇒ Features

Returns a new instance of Features.



90
91
92
# File 'lib/stripe/services/account_session_service.rb', line 90

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

Instance Attribute Details

#allowed_appsObject

List of apps allowed to be enabled for this account session.



88
89
90
# File 'lib/stripe/services/account_session_service.rb', line 88

def allowed_apps
  @allowed_apps
end