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.



421
422
423
# File 'lib/stripe/resources/account_session.rb', line 421

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.



419
420
421
# File 'lib/stripe/resources/account_session.rb', line 419

def allowed_apps
  @allowed_apps
end