Sha256: ef247b94be512a8d5a3f745edceaaba86c25d399f323dff68a4ab13031630d2c
Contents?: true
Size: 806 Bytes
Versions: 5
Compression:
Stored size: 806 Bytes
Contents
# MoneyKit::MoneyKitConnectFeatures ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **issue_reporter** | **Boolean** | If enabled, the user can report linking issues directly to MoneyKit via 'Report Issue' button. | [optional][default to false] | | **enable_money_id** | **Boolean** | If enabled, the user can register for, or login into, Money ID. | [optional][default to false] | | **duplicate_institution_warning** | **Boolean** | If enabled, the user will see a warning when trying to connect the same institution more than once. | [optional][default to false] | ## Example ```ruby require 'moneykit' instance = MoneyKit::MoneyKitConnectFeatures.new( issue_reporter: null, enable_money_id: null, duplicate_institution_warning: null ) ```
Version data entries
5 entries across 5 versions & 1 rubygems