Method GetBank
GetBank(String)
Returns the bank with the specified id, or null if no bank with that id was found.
Declaration
public static BankDefinition GetBank(string id)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | id | The unique id of the bank object to retrieve. |
Returns
| Type | Description |
|---|---|
| BankDefinition | A BankDefinition containing details of the known bank, or null if no relevant bank was found. |
GetBank(String)
Returns the bank with the specified id, or null if no bank with that id was found.
Declaration
public static BankDefinition GetBank(string id)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | id | The unique id of the bank object to retrieve. |
Returns
| Type | Description |
|---|---|
| BankDefinition | A BankDefinition containing details of the known bank, or null if no relevant bank was found. |