/**
  * @access public
  * @param string
  */
 public static function setPosAuthkey($value)
 {
     self::$pos_auth_key = trim($value);
 }