getOwnerAccountType method

String? getOwnerAccountType()

Implementation

String? getOwnerAccountType() {
  return iban_util.getOwnerAccountType(_value);
}