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

Version Path
moneykit-0.1.15 docs/InvestmentsProductSettings.md
moneykit-0.1.14 docs/InvestmentsProductSettings.md
moneykit-0.1.13 docs/InvestmentsProductSettings.md
moneykit-0.1.12 docs/InvestmentsProductSettings.md
moneykit-0.1.11 docs/InvestmentsProductSettings.md
moneykit-0.1.10 docs/InvestmentsProductSettings.md
moneykit-0.1.9 docs/InvestmentsProductSettings.md
moneykit-0.1.6 docs/InvestmentsProductSettings.md
moneykit-0.1.5 docs/InvestmentsProductSettings.md
moneykit-0.1.4 docs/InvestmentsProductSettings.md
moneykit-0.1.3 docs/InvestmentsProductSettings.md