Class: Stripe::V2::MoneyManagement::FinancialAccountCreateParams::Storage

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/params/v2/money_management/financial_account_create_params.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

attr_accessor, coerce_params, coerce_value, field_encodings, new, #to_h

Constructor Details

#initialize(holds_currencies: nil) ⇒ Storage

Returns a new instance of Storage.



12
13
14
# File 'lib/stripe/params/v2/money_management/financial_account_create_params.rb', line 12

def initialize(holds_currencies: nil)
  @holds_currencies = holds_currencies
end

Instance Attribute Details

#holds_currenciesObject

The currencies that this FinancialAccount can hold.



10
11
12
# File 'lib/stripe/params/v2/money_management/financial_account_create_params.rb', line 10

def holds_currencies
  @holds_currencies
end