Class: Stripe::V2::Core::AccountCreateParams::Configuration::Recipient
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::V2::Core::AccountCreateParams::Configuration::Recipient
- Defined in:
- lib/stripe/params/v2/core/account_create_params.rb
Defined Under Namespace
Classes: Capabilities
Instance Attribute Summary collapse
-
#capabilities ⇒ Object
Capabilities to be requested on the Recipient Configuration.
Instance Method Summary collapse
-
#initialize(capabilities: nil) ⇒ Recipient
constructor
A new instance of Recipient.
Methods inherited from RequestParams
attr_accessor, coerce_params, coerce_value, field_encodings, new, #to_h
Constructor Details
#initialize(capabilities: nil) ⇒ Recipient
Returns a new instance of Recipient.
1063 1064 1065 |
# File 'lib/stripe/params/v2/core/account_create_params.rb', line 1063 def initialize(capabilities: nil) @capabilities = capabilities end |
Instance Attribute Details
#capabilities ⇒ Object
Capabilities to be requested on the Recipient Configuration.
1061 1062 1063 |
# File 'lib/stripe/params/v2/core/account_create_params.rb', line 1061 def capabilities @capabilities end |