getNVCN method

String getNVCN()

Implementation

String getNVCN() {
  if (!isValid()) {
    throw new ResponseInvalidException();
  } else {
    return _nvcn;
  }
}