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.
1026 1027 1028 1029 |
# File 'lib/stripe/resources/account_session.rb', line 1026 def initialize(enabled: nil, features: nil) @enabled = enabled @features = features end |
Instance Attribute Details
#enabled ⇒ Object
Whether the embedded component is enabled.
1022 1023 1024 |
# File 'lib/stripe/resources/account_session.rb', line 1022 def enabled @enabled end |
#features ⇒ Object
Attribute for param field features
1024 1025 1026 |
# File 'lib/stripe/resources/account_session.rb', line 1024 def features @features end |