Sha256: e0dac1cac79a8e1b807b3b1aea43a380e2cb42fb7c956bc8f19c4bf9a671c7a3

Contents?: true

Size: 826 Bytes

Versions: 3

Compression:

Stored size: 826 Bytes

Contents

# MoneyKit::ImportLinkRequest

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **customer_user** | [**CustomerUser**](CustomerUser.md) |  |  |
| **provider** | [**Provider**](Provider.md) |  | [optional] |
| **institution_id** | **String** | MoneyKit's unique ID for this institution.  If the imported link is         synced with a data provider later, it will be connected to this institution. |  |
| **accounts** | [**Array<AccountImportData>**](AccountImportData.md) |  |  |
| **transactions** | [**Array<TransactionImportData>**](TransactionImportData.md) |  |  |

## Example

```ruby
require 'moneykit'

instance = MoneyKit::ImportLinkRequest.new(
  customer_user: null,
  provider: null,
  institution_id: chase,
  accounts: null,
  transactions: null
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
moneykit-0.1.13 docs/ImportLinkRequest.md
moneykit-0.1.12 docs/ImportLinkRequest.md
moneykit-0.1.11 docs/ImportLinkRequest.md