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.



848
849
850
# File 'lib/stripe/resources/account_session.rb', line 848

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.



846
847
848
# File 'lib/stripe/resources/account_session.rb', line 846

def allowed_apps
  @allowed_apps
end