Class: Stripe::AccountSessionCreateParams::Components::AppViewport::Features

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/params/account_session_create_params.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

attr_accessor, coerce_params, coerce_value, field_encodings, new, #to_h

Constructor Details

#initialize(allowed_apps: nil) ⇒ Features

Returns a new instance of Features.



91
92
93
# File 'lib/stripe/params/account_session_create_params.rb', line 91

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.



89
90
91
# File 'lib/stripe/params/account_session_create_params.rb', line 89

def allowed_apps
  @allowed_apps
end