Class: Stripe::AccountSession::CreateParams::Components::AppInstall::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.



401
402
403
# File 'lib/stripe/resources/account_session.rb', line 401

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

Instance Attribute Details

#allowed_appsObject

The list of apps allowed to be enabled in the embedded component.



399
400
401
# File 'lib/stripe/resources/account_session.rb', line 399

def allowed_apps
  @allowed_apps
end