Sha256: b77d17c457757c928ea2ade7ac485422ada625fc70fca59773417f3f0eed55b3
Contents?: true
Size: 548 Bytes
Versions: 5
Compression:
Stored size: 548 Bytes
Contents
# MoneyKit::MoneyKitConnectFeatures ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **issue_reporter** | **Boolean** | If enabled, the user can report linking issues directly to MoneyKit. | [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
5 entries across 5 versions & 1 rubygems