Add a new getCountry()
method to Iban
, Bic
and CreditorIdentifier
#149
Labels
getCountry()
method to Iban
, Bic
and CreditorIdentifier
#149
Currently it is not possible to get the IsoCountry from an IBAN, a BIC or a Creditor Identifier. You have to get the country code and then use
IsoCountry.fromAlpha2Code()
.This is not user-friendly, we should add a new method,
getIsoCountry()
, inIban
,Bic
andCreditorIdentifier
.The text was updated successfully, but these errors were encountered: