# CryptoLinkedAccountsResponse : [`IdMessage`](./IdMessage.md)
Response on [`CryptoLinkedAccountsRequest`](./CryptoLinkedAccountsRequest.md).

## Properties

### `AccountsInfoes`
[`CryptoAccountInfo[]`](../manager/CryptoAccountInfo.md)<br/>
Collection of accounts' information for linked accounts.

### `ConnectionStatuses`
[`CryptoExecutorAccountConnectionStatus[]`](../authentication/CryptoExecutorAccountConnectionStatus.md)<br/>
Collection of connection statuses of linked accounts.

### `messageType`
`String`<br/>
Type of message, this property is **readonly**.

## Properties ([`IdMessage`](IdMessage.md))

### `RequestId`
`Number`<br/>
Identifier of request.

## Constructors

### `new CryptoLinkedAccountsResponse()`
Initialize new instance of `CryptoLinkedAccountsResponse`.

### `new CryptoLinkedAccountsResponse(requestId: Number)`
Initialize new instance of `CryptoLinkedAccountsResponse` with with special identifier of request.
<br/><br/>Arguments:<br/>
`requestId: Number` - the identifier of request.<br/>
