getOwnerAccountType function

String? getOwnerAccountType(
  1. String iban
)

Implementation

String? getOwnerAccountType(String iban) {
  return extractBbanEntry(iban, PartType.OWNER_ACCOUNT_NUMBER);
}