Interface BankAccountBicSharedConstants
-
- All Known Implementing Classes:
BankAccountBicConstantsImpl
public interface BankAccountBicSharedConstantsmap of bank account to bic conversions.- Author:
- Manfred Tremmel
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddBankAccounts(CountryEnum pcountry, Map<String,String> pmap)Map<CountryBankAccountData,String>getBankAccountBicMap()
-
-
-
Method Detail
-
getBankAccountBicMap
Map<CountryBankAccountData,String> getBankAccountBicMap()
-
addBankAccounts
void addBankAccounts(CountryEnum pcountry, Map<String,String> pmap)
-
-