Sha256: 243d48c8b11e6f16221d99d0d7a4286e0efcaf5dd9173d5adab0a90830baeb66
Contents?: true
Size: 568 Bytes
Versions: 6
Compression:
Stored size: 568 Bytes
Contents
# MoneyKit::GetHoldingsResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **holdings** | [**Array<HoldingResponse>**](HoldingResponse.md) | | | | **securities** | [**Array<SecurityResponse>**](SecurityResponse.md) | | | | **accounts** | [**Array<Account>**](Account.md) | | | | **link** | [**LinkCommon**](LinkCommon.md) | | | ## Example ```ruby require 'moneykit' instance = MoneyKit::GetHoldingsResponse.new( holdings: null, securities: null, accounts: null, link: null ) ```
Version data entries
6 entries across 6 versions & 1 rubygems