Class: Stripe::AccountSession::CreateParams::Components::AppViewport::Features

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



368
369
370
# File 'lib/stripe/resources/account_session.rb', line 368

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.



366
367
368
# File 'lib/stripe/resources/account_session.rb', line 366

def allowed_apps
  @allowed_apps
end