Sha256: dd72b35ec9775420a6a385f104f7ca6b9fa4f183615e9a9c0819d47227256924
Contents?: true
Size: 1.13 KB
Versions: 2
Compression:
Stored size: 1.13 KB
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 you use a MoneyKit-supported provider, you can also submit the provider name and __their__ institution_id in dotted notation, such as `mx.chase` or `yodlee.30188`. If the imported link is synced with a data provider later, it will be connected to this institution. Note that MoneyKit may reconnect the link using any supported provider, not just the one given during this import. | | | **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: null, accounts: null, transactions: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
moneykit-0.1.15 | docs/ImportLinkRequest.md |
moneykit-0.1.14 | docs/ImportLinkRequest.md |