Class: Stripe::V2::MoneyManagement::FinancialAccountService::CreateParams::Storage
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::V2::MoneyManagement::FinancialAccountService::CreateParams::Storage
- Defined in:
- lib/stripe/services/v2/money_management/financial_account_service.rb
Instance Attribute Summary collapse
-
#holds_currencies ⇒ Object
The currencies that this FinancialAccount can hold.
Instance Method Summary collapse
-
#initialize(holds_currencies: nil) ⇒ Storage
constructor
A new instance of Storage.
Methods inherited from RequestParams
Constructor Details
#initialize(holds_currencies: nil) ⇒ Storage
Returns a new instance of Storage.
25 26 27 |
# File 'lib/stripe/services/v2/money_management/financial_account_service.rb', line 25 def initialize(holds_currencies: nil) @holds_currencies = holds_currencies end |
Instance Attribute Details
#holds_currencies ⇒ Object
The currencies that this FinancialAccount can hold.
23 24 25 |
# File 'lib/stripe/services/v2/money_management/financial_account_service.rb', line 23 def holds_currencies @holds_currencies end |