Sha256: 510a21b1f3e60b5f5fd52dae4f0b2258600cd9071a4d39d7c7de9f9c7babf5e2

Contents?: true

Size: 726 Bytes

Versions: 5

Compression:

Stored size: 726 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] |
| **product** | [**Product**](Product.md) |  | [optional] |

## Example

```ruby
require 'moneykit'

instance = MoneyKit::InvestmentsProductSettings.new(
  required: null,
  prefetch: null,
  product: null
)
```

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
moneykit-0.1.2 docs/InvestmentsProductSettings.md
moneykit-0.1.1 docs/InvestmentsProductSettings.md
moneykit-0.1.0 docs/InvestmentsProductSettings.md
moneykit-0.1.0.alpha.2 docs/InvestmentsProductSettings.md
moneykit-0.1.0.alpha.1 docs/InvestmentsProductSettings.md