Sha256: 2e967576010e5e9f47e51e60275c571facf259fa6cd39abba8b4c9716b6ada4e
Contents?: true
Size: 582 Bytes
Versions: 4
Compression:
Stored size: 582 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] | ## Example ```ruby require 'moneykit' instance = MoneyKit::MoneyKitConnectFeatures.new( issue_reporter: null, enable_money_id: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems