 | FinancialServiceGetBanks Method |
Gets all banks.
Namespace:
AMCS.Elemos.IntegrationService.Services.Financial
Assembly:
AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic IList<BankPartialEntity> GetBanks(
string authenticationKey
)
Public Function GetBanks (
authenticationKey As String
) As IList(Of BankPartialEntity)
Parameters
- authenticationKey
- Type: SystemString
The authentication key.
Return Value
Type:
IListBankPartialEntity
Exceptions
See Also