getPreauth method

int getPreauth()

Implementation

int getPreauth() {
  if (this.preauth) {
    return 1;
  } else {
    return 0;
  }
}