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