Sha256: 53ebca3863f04427a8ddef485748f131689792d72c4a61ab19bc2dbccfc38a56
Contents?: true
Size: 649 Bytes
Versions: 11
Compression:
Stored size: 649 Bytes
Contents
# MoneyKit::InvestmentsProductSettings ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **required** | **Boolean** | If true, only institutions supporting this product will be available. | [optional][default to false] | | **prefetch** | **Boolean** | If true, the data will be available as soon as possible after linking, even if `required` is false. If false, the data will be available after the first manual data refresh. | [optional][default to false] | ## Example ```ruby require 'moneykit' instance = MoneyKit::InvestmentsProductSettings.new( required: null, prefetch: null ) ```
Version data entries
11 entries across 11 versions & 1 rubygems