Sha256: 911a911634f6c524c02fa1f83ce6073edc8cde4be39df5e749d27603ad8267cc
Contents?: true
Size: 643 Bytes
Versions: 7
Compression:
Stored size: 643 Bytes
Contents
# MoneyKit::ProductsSettings ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **account_numbers** | [**ProductSettings**](ProductSettings.md) | | [optional] | | **identity** | [**ProductSettings**](ProductSettings.md) | | [optional] | | **transactions** | [**TransactionsProductSettings**](TransactionsProductSettings.md) | | [optional] | | **investments** | [**ProductSettings**](ProductSettings.md) | | [optional] | ## Example ```ruby require 'moneykit' instance = MoneyKit::ProductsSettings.new( account_numbers: null, identity: null, transactions: null, investments: null ) ```
Version data entries
7 entries across 7 versions & 1 rubygems