BIC constructor

BIC(
  1. String bic
)

Implementation

BIC(String bic) {
  bic_util.validate(bic);
  _value = bic;
}