Sha256: b6d4d8533067bb142717b46fe89cb08ec27c59bbb47f0d2629e1decda7c7da0b

Contents?: true

Size: 971 Bytes

Versions: 4

Compression:

Stored size: 971 Bytes

Contents

# MoneyKit::TransactionsProductSettings

## 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] |
| **extend_history** | **Boolean** | If true, MoneyKit will attempt to fetch as much transaction history as possible. Not all institutions supply the same extent of transaction history. Generally, however, at least the past 30 days of transactions are available. | [optional][default to false] |

## Example

```ruby
require 'moneykit'

instance = MoneyKit::TransactionsProductSettings.new(
  required: null,
  prefetch: null,
  extend_history: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
moneykit-0.1.6 docs/TransactionsProductSettings.md
moneykit-0.1.5 docs/TransactionsProductSettings.md
moneykit-0.1.4 docs/TransactionsProductSettings.md
moneykit-0.1.3 docs/TransactionsProductSettings.md