Sha256: 4dd832d119e66895f7e5b2e6fd08c36515476e7cae94240eedbe86be90e1bf1d

Contents?: true

Size: 720 Bytes

Versions: 5

Compression:

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

## Example

```ruby
require 'moneykit'

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

Version data entries

5 entries across 5 versions & 1 rubygems

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