com.jcommercesql.gateway.authorizenet
Class AuthorizeNetCodes

java.lang.Object
  |
  +--com.jcommercesql.gateway.authorizenet.AuthorizeNetCodes

public class AuthorizeNetCodes
extends java.lang.Object

This file is part of JCommerceSQL Authorize.net Gateway Copyright 2003 by Richard Roehl. All Rights Reserved. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA


Field Summary
static java.lang.String INTERNALVERSION
           
static java.lang.String REQ_FIELD_AMOUNT
           
static java.lang.String REQ_FIELD_CARD_NUM
           
static java.lang.String REQ_FIELD_DELIM_CHAR
           
static java.lang.String REQ_FIELD_DELIM_DATA
           
static java.lang.String REQ_FIELD_ENCAP_CHAR
           
static java.lang.String REQ_FIELD_EXP_DATE
           
static java.lang.String REQ_FIELD_LOGIN
           
static java.lang.String REQ_FIELD_TEST_REQUEST
           
static java.lang.String REQ_FIELD_TRAN_KEY
           
static java.lang.String REQ_FIELD_TYPE
           
static java.lang.String REQ_FIELD_VERSION
           
static java.lang.String RESP_CODE_APPROVED
           
static java.lang.String RESP_CODE_DECLINED
           
static java.lang.String RESP_CODE_ERROR
           
static int RESP_FIELD_AMOUNT
           
static int RESP_FIELD_MD5HASH
           
static int RESP_FIELD_TRANSACTIONID
           
static java.lang.String VERSION
           
 
Constructor Summary
AuthorizeNetCodes()
           
 
Method Summary
static java.lang.String getInternalVersion()
           
static java.lang.String getVersion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INTERNALVERSION

public static java.lang.String INTERNALVERSION

VERSION

public static java.lang.String VERSION

RESP_FIELD_TRANSACTIONID

public static int RESP_FIELD_TRANSACTIONID

RESP_FIELD_AMOUNT

public static int RESP_FIELD_AMOUNT

RESP_FIELD_MD5HASH

public static int RESP_FIELD_MD5HASH

REQ_FIELD_VERSION

public static java.lang.String REQ_FIELD_VERSION

REQ_FIELD_LOGIN

public static java.lang.String REQ_FIELD_LOGIN

REQ_FIELD_TRAN_KEY

public static java.lang.String REQ_FIELD_TRAN_KEY

REQ_FIELD_AMOUNT

public static java.lang.String REQ_FIELD_AMOUNT

REQ_FIELD_CARD_NUM

public static java.lang.String REQ_FIELD_CARD_NUM

REQ_FIELD_EXP_DATE

public static java.lang.String REQ_FIELD_EXP_DATE

REQ_FIELD_TYPE

public static java.lang.String REQ_FIELD_TYPE

REQ_FIELD_TEST_REQUEST

public static java.lang.String REQ_FIELD_TEST_REQUEST

REQ_FIELD_DELIM_DATA

public static java.lang.String REQ_FIELD_DELIM_DATA

REQ_FIELD_DELIM_CHAR

public static java.lang.String REQ_FIELD_DELIM_CHAR

REQ_FIELD_ENCAP_CHAR

public static java.lang.String REQ_FIELD_ENCAP_CHAR

RESP_CODE_APPROVED

public static java.lang.String RESP_CODE_APPROVED

RESP_CODE_DECLINED

public static java.lang.String RESP_CODE_DECLINED

RESP_CODE_ERROR

public static java.lang.String RESP_CODE_ERROR
Constructor Detail

AuthorizeNetCodes

public AuthorizeNetCodes()
Method Detail

getVersion

public static java.lang.String getVersion()

getInternalVersion

public static java.lang.String getInternalVersion()