Sha256: 985e72575d88266f0decea8f103dc0c93643a44474ce03819b830424b7c4f7e6
Contents?: true
Size: 426 Bytes
Versions: 16
Compression:
Stored size: 426 Bytes
Contents
# MoneyKit::GetUserAccountsResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **links** | [**Hash<String, AccountGroup>**](AccountGroup.md) | The set of all accounts belonging to this user, as a dictionary of `{link_id:[accounts]}`. | | ## Example ```ruby require 'moneykit' instance = MoneyKit::GetUserAccountsResponse.new( links: null ) ```
Version data entries
16 entries across 16 versions & 1 rubygems