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