Sha256: 2b8ba13f875d1013101f68ea9017fbbda66fb3f756feb688b0473eb88e2f5094

Contents?: true

Size: 643 Bytes

Versions: 11

Compression:

Stored size: 643 Bytes

Contents

# MoneyKit::IdentityProductSettings

## 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::IdentityProductSettings.new(
  required: null,
  prefetch: null
)
```

Version data entries

11 entries across 11 versions & 1 rubygems

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