getPreauth method

int getPreauth()

Implementation

int getPreauth() {
  return this.preauth ? 1 : 0;
}