Sha256: cfa51fb8651d0b21874bcad90837eb6fc6c5899d2df6015de5dda56a8e84a80a
Contents?: true
Size: 655 Bytes
Versions: 11
Compression:
Stored size: 655 Bytes
Contents
# MoneyKit::AccountNumbersProductSettings ## 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::AccountNumbersProductSettings.new( required: null, prefetch: null ) ```
Version data entries
11 entries across 11 versions & 1 rubygems