Sha256: 93ddb840e66e89fbfe3e7937942f8ad94cc2b9cd759cf05fd1c3686feb7dc920
Contents?: true
Size: 1.02 KB
Versions: 5
Compression:
Stored size: 1.02 KB
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] | | **product** | [**Product**](Product.md) | | [optional] | | **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, product: null, extend_history: null ) ```
Version data entries
5 entries across 5 versions & 1 rubygems