net.authorize.admcApi
Class AimConfig
java.lang.Object
net.authorize.admcApi.AimConfig
public class AimConfig
- extends Object
The testMode settings of the AimConfig is a default which may be
overridden for individual AimTransactions.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
private static org.apache.commons.logging.Log log
login
private String login
md5Kernel
private String md5Kernel
pdelimiter
private char pdelimiter
pencap
private char pencap
pminfields
private int pminfields
prelay_response
private String prelay_response
pversion
private String pversion
requireCardCode
private boolean requireCardCode
testMode
private boolean testMode
tran_key
private String tran_key
url
private URL url
AimConfig
public AimConfig()
throws AuthNetException
- Throws:
AuthNetException
getLogin
public String getLogin()
getMd5Kernel
public String getMd5Kernel()
getPdelimiter
public char getPdelimiter()
getPencap
public char getPencap()
getPminfields
public int getPminfields()
getPrelay_response
public String getPrelay_response()
getPversion
public String getPversion()
getRequireCardCode
public boolean getRequireCardCode()
getTestMode
public boolean getTestMode()
getTran_key
public String getTran_key()
getUrl
public URL getUrl()
isTestMode
public boolean isTestMode()
newTransaction
public AimTransaction newTransaction()
- Get your AimTransaction instances here!
We purposefully keep no handle to the new transactions. When user
finishes with them, the JVM should GC them.
- Returns:
- WRITEME