Sha256: 8a66e41799d3c20cf289260cd5d42acf7a0f4fda4d10a84ee0f4481ce71555bc

Contents?: true

Size: 1002 Bytes

Versions: 9

Compression:

Stored size: 1002 Bytes

Contents

# MoneyKit::RequestedLinkPermission

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **scope** | [**LinkPermissionScope**](LinkPermissionScope.md) |  |  |
| **reason** | **String** | A **brief** description of the reason your app wants this data.         This description will be displayed to the user when permission is requested. |  |
| **required** | **Boolean** | If true, only institutions that support this data type will be available,         and the user **must** grant this permission or the link will not be created.  If false, then the available         institutions list may include those that do not support this data type, and even if the user declines to         grant this permission, the link will still be created (so long as at least one permission is granted). |  |

## Example

```ruby
require 'moneykit'

instance = MoneyKit::RequestedLinkPermission.new(
  scope: null,
  reason: display your account balances,
  required: null
)
```

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
moneykit-0.1.6 docs/RequestedLinkPermission.md
moneykit-0.1.5 docs/RequestedLinkPermission.md
moneykit-0.1.4 docs/RequestedLinkPermission.md
moneykit-0.1.3 docs/RequestedLinkPermission.md
moneykit-0.1.2 docs/RequestedLinkPermission.md
moneykit-0.1.1 docs/RequestedLinkPermission.md
moneykit-0.1.0 docs/RequestedLinkPermission.md
moneykit-0.1.0.alpha.2 docs/RequestedLinkPermission.md
moneykit-0.1.0.alpha.1 docs/RequestedLinkPermission.md