Class: Stripe::AccountSession::CreateParams::Components::Recipients
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::AccountSession::CreateParams::Components::Recipients
- Defined in:
- lib/stripe/resources/account_session.rb
Defined Under Namespace
Classes: Features
Instance Attribute Summary collapse
-
#enabled ⇒ Object
Whether the embedded component is enabled.
-
#features ⇒ Object
Attribute for param field features.
Instance Method Summary collapse
-
#initialize(enabled: nil, features: nil) ⇒ Recipients
constructor
A new instance of Recipients.
Methods inherited from RequestParams
Constructor Details
#initialize(enabled: nil, features: nil) ⇒ Recipients
Returns a new instance of Recipients.
1443 1444 1445 1446 |
# File 'lib/stripe/resources/account_session.rb', line 1443 def initialize(enabled: nil, features: nil) @enabled = enabled @features = features end |
Instance Attribute Details
#enabled ⇒ Object
Whether the embedded component is enabled.
1439 1440 1441 |
# File 'lib/stripe/resources/account_session.rb', line 1439 def enabled @enabled end |
#features ⇒ Object
Attribute for param field features
1441 1442 1443 |
# File 'lib/stripe/resources/account_session.rb', line 1441 def features @features end |