getIdentificationNumber function

String? getIdentificationNumber(
  1. String iban
)

Implementation

String? getIdentificationNumber(String iban) {
  return extractBbanEntry(iban, PartType.IDENTIFICATION_NUMBER);
}