Sha256: 84f23bc257e5d636e38680bc429f70fc227c25c03366014ac3f7e2ab776a24f9
Contents?: true
Size: 861 Bytes
Versions: 5
Compression:
Stored size: 861 Bytes
Contents
# MoneyKit::LinkProducts ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **accounts** | [**LinkProductResponse**](LinkProductResponse.md) | | [optional] | | **account_numbers** | [**LinkProductResponse**](LinkProductResponse.md) | | [optional] | | **identity** | [**LinkProductResponse**](LinkProductResponse.md) | | [optional] | | **transactions** | [**TransactionsLinkProduct**](TransactionsLinkProduct.md) | | [optional] | | **investments** | [**LinkProductResponse**](LinkProductResponse.md) | | [optional] | | **enrichment** | [**LinkProductResponse**](LinkProductResponse.md) | | [optional] | ## Example ```ruby require 'moneykit' instance = MoneyKit::LinkProducts.new( accounts: null, account_numbers: null, identity: null, transactions: null, investments: null, enrichment: null ) ```
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
moneykit-0.1.15 | docs/LinkProducts.md |
moneykit-0.1.14 | docs/LinkProducts.md |
moneykit-0.1.13 | docs/LinkProducts.md |
moneykit-0.1.12 | docs/LinkProducts.md |
moneykit-0.1.11 | docs/LinkProducts.md |