Sha256: 8ed5eb8e700c925545d421a0b4efe0bb04c2e90ae959da478277c7355a7d5af6
Contents?: true
Size: 690 Bytes
Versions: 2
Compression:
Stored size: 690 Bytes
Contents
# MoneyKit::LinkProducts ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **accounts** | [**LinkProduct**](LinkProduct.md) | | [optional] | | **account_numbers** | [**LinkProduct**](LinkProduct.md) | | [optional] | | **identity** | [**LinkProduct**](LinkProduct.md) | | [optional] | | **transactions** | [**TransactionsLinkProduct**](TransactionsLinkProduct.md) | | [optional] | | **investments** | [**LinkProduct**](LinkProduct.md) | | [optional] | ## Example ```ruby require 'moneykit' instance = MoneyKit::LinkProducts.new( accounts: null, account_numbers: null, identity: null, transactions: null, investments: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
moneykit-0.1.10 | docs/LinkProducts.md |
moneykit-0.1.9 | docs/LinkProducts.md |