public method IAccountsManager.getAccountById
Overview
Gets data of a particular account by id
Declaration
function getAccountById(accountId)
public Account getAccountById(String accountId);
public Account getAccountById(string accountId);
Parameters
| Name | Description |
|---|---|
| accountId | The parameter represents the unique identification number for the account |
Returns
The method returns the data of a particular account by id
Details
Declared in IAccountsManager