getBankCode method

String getBankCode()

Implementation

String getBankCode() {
  return bic_util.getBankCode(_value);
}