Sha256: d9928921fe31b55a54ffef9f45f2bc892d94e33e4b5cc6447bb1ae9e4f03a134

Contents?: true

Size: 1.04 KB

Versions: 2

Compression:

Stored size: 1.04 KB

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] |
| **connect_manually** | **Boolean** | If enabled, the user can click a button in the MoneyKit Connect SDK to connect manually if the institution they are looking for doesn't exist in our catalog. | [optional][default to false] |

## Example

```ruby
require 'moneykit'

instance = MoneyKit::MoneyKitConnectFeatures.new(
  issue_reporter: null,
  enable_money_id: null,
  duplicate_institution_warning: null,
  connect_manually: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
moneykit-0.1.15 docs/MoneyKitConnectFeatures.md
moneykit-0.1.14 docs/MoneyKitConnectFeatures.md