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



58
59
60
# File 'lib/stripe/params/account_session_create_params.rb', line 58

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.



56
57
58
# File 'lib/stripe/params/account_session_create_params.rb', line 56

def allowed_apps
  @allowed_apps
end